nano: drop zlib

This commit is contained in:
Sascha Kuehndel (InuSasha) 2016-10-24 18:49:32 +02:00
parent 7fe628ef8c
commit d0bb5fc077
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -37,7 +37,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
pre_configure_target() { pre_configure_target() {
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"` export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
export LIBS="$LIBS -lz"
} }
post_makeinstall_target() { post_makeinstall_target() {