From: Felix Fietkau Date: Mon, 11 Jun 2012 21:57:34 +0000 (+0000) Subject: dante: disable libwrap X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=035965ca9e2a4a132d454f18cf75b163f805932b;p=openwrt%2Fsvn-archive%2Farchive.git dante: disable libwrap SVN-Revision: 32211 --- diff --git a/net/dante/Makefile b/net/dante/Makefile index 252b275ceb..535022e6d3 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -21,7 +21,10 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS += -D_GNU_SOURCE -CONFIGURE_ARGS += --without-upnp --without-pam +CONFIGURE_ARGS += \ + --without-upnp \ + --without-pam \ + --disable-libwrap define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include