alpine: fix build on Archlinux
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)
commit2fa4bd68b6e767d6a0a09625b150a641871fe865
tree0f4d525225482814201492f79b535239a75ad52b
parent798254f73e47ed088872e263b26af78ef60fc571
alpine: fix build on Archlinux

alpine adds a wrong path during configure (-L/usr/lib)
this leads to build fail on Archlinux
...
checking for setupterm in -lncurses... no
...
"configure: error: Terminfo/termcap not found"

since Debian uses a different path for "host libs" it fails to load wrong libs
and finds the right ncurses lib in the next (correct) path

The wrong path is injected by the SSL test
thx jow for finding it

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 39423
mail/alpine/Makefile