[packages] bahamut: Don't use hosts zlib
[openwrt/svn-archive/archive.git] / net / bahamut / patches / 010-dont-use-host-zlib.patch
1 diff --git a/configure b/configure
2 index 4ef7659..c774c65 100755
3 --- a/configure
4 +++ b/configure
5 @@ -8009,11 +8009,6 @@ fi
6 # zlib test
7 # ripped from http://autoconf-archive.cryp.to/check_zlib.html
8 #
9 -ZLIB_HOME=/usr/local
10 -if test ! -f "${ZLIB_HOME}/include/zlib.h"
11 -then
12 - ZLIB_HOME=/usr
13 -fi
14 if test -n "${ZLIB_HOME}"
15 then
16 ZLIB_OLD_LDFLAGS=$LDFLAGS