From: Felix Fietkau Date: Tue, 20 Mar 2012 21:43:19 +0000 (+0000) Subject: samba36: disable the use of zlib X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=63a4cdca8dbdbb3dcc5308571d5c41bf1e20101d;p=openwrt%2Fsvn-archive%2Farchive.git samba36: disable the use of zlib SVN-Revision: 31048 --- diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 7c18ff8862..65418690b4 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -63,7 +63,9 @@ CONFIGURE_VARS += \ samba_cv_USE_SETREUID=yes \ samba_cv_USE_SETRESUID=yes \ samba_cv_have_setreuid=yes \ - samba_cv_have_setresuid=yes + samba_cv_have_setresuid=yes \ + ac_cv_header_zlib_h=no \ + samba_cv_zlib_1_2_3=no CONFIGURE_ARGS += \ --exec-prefix=/usr \