elinks compile fix
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Aug 2006 19:37:31 +0000 (19:37 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 4 Aug 2006 19:37:31 +0000 (19:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4446 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/elinks/Makefile

index 519012e..2b75344 100644 (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