dante: disable libwrap
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32211 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c045c7fc09
commit
ce2bdc9869
@ -21,7 +21,10 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
TARGET_CFLAGS += -D_GNU_SOURCE
|
TARGET_CFLAGS += -D_GNU_SOURCE
|
||||||
CONFIGURE_ARGS += --without-upnp --without-pam
|
CONFIGURE_ARGS += \
|
||||||
|
--without-upnp \
|
||||||
|
--without-pam \
|
||||||
|
--disable-libwrap
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user