From: florian Date: Wed, 6 Aug 2008 12:41:09 +0000 (+0000) Subject: Fix nufw compilation by disabling system auth module, which uses PAM X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=ebf4ea68da31ce1e5bbe9cbbe1ae9dcd48686fbf;hp=4b8115c44338e0b7d1db3216a1fa05740e125b54;p=packages.git Fix nufw compilation by disabling system auth module, which uses PAM git-svn-id: svn://svn.openwrt.org/openwrt/packages@12206 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 258b8db13..8d00a20b8 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/nufw/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+glib2 +libgnutls +libpam +libsasl2 +libintl +libiconv +libnetfilter-queue + DEPENDS:=+glib2 +libgnutls +libsasl2 +libintl +libiconv +libnetfilter-queue TITLE:=nufw URL:=http://www.nufw.org/ endef @@ -65,6 +65,7 @@ CONFIGURE_ARGS += \ --enable-static \ --enable-shared \ --disable-pam-nufw \ + --without-system-auth \ --with-libgnutls-prefix="$(STAGING_DIR)/usr/" \ --with-libgcrypt-prefix="$(STAGING_DIR)/usr/" \ --with-libsasl-prefix="$(STAGING_DIR)/usr/"