nfs-kernel-server: disable tcp-wrappers for the host build
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 15:46:38 +0000 (15:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Feb 2011 15:46:38 +0000 (15:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25520 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/nfs-kernel-server/Makefile

index 3b3b425..e3c2c7d 100644 (file)
@@ -87,7 +87,8 @@ HOST_CFLAGS += -Dlinux
 
 HOST_CONFIGURE_ARGS += \
        --disable-gss \
-       --disable-nfsv4
+       --disable-nfsv4 \
+       --without-tcp-wrappers
 
 HOST_CONFIGURE_VARS += \
        ac_cv_lib_event_event_dispatch=yes \