Merge pull request #877 from InuSasha/fixes/nano

nano: cleanup
This commit is contained in:
Lukas Rusak 2016-11-03 20:42:01 -07:00 committed by GitHub
commit 7c8944fa4c

View File

@ -35,11 +35,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
--disable-nls \ --disable-nls \
--disable-libmagic" --disable-libmagic"
pre_configure_target() {
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
export LIBS="$LIBS -lz"
}
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/share/nano rm -rf $INSTALL/usr/share/nano
} }