alpine: fix build on Archlinux
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)
commit1a7cc8cfb67e6e8417d091429c0e2e0f4bf4c43b
tree3d84973e46476780ff7b1cef839acbf22d7a610f
parent7597bb13da227543c85d46ec4ca358d6b151c2b8
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39423 3c298f89-4303-0410-b956-a3cf2f4a3e73
mail/alpine/Makefile