elinks compile fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4446 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-08-04 19:37:31 +00:00
parent d686051688
commit d50520fc95

View File

@ -54,6 +54,7 @@ $(call Build/Configure/Default,--enable-small\
--without-zlib \
--disable-ipv6 \, x=`echo ac_cv_file_./features.conf | tr [:blank:]-/. _` && export $$$${x}=yes && \
x=`echo ac_cv_file_$(PKG_BUILD_DIR)/features.conf | tr [:blank:]-/. _` && export $$$${x}=yes && \
ac_cv_func_getifaddrs=no \
)
endef