package/ngircd: fix pam support
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 24 Sep 2017 15:46:41 +0000 (17:46 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 24 Sep 2017 21:15:21 +0000 (23:15 +0200)
Fix type introduced by
https://git.buildroot.net/buildroot/commit/?id=13755ca3056e4793e483c2ec634c06ac017088d2

Fixes
http://autobuild.buildroot.net/results/461/461fa08ef11dc4ae8074a2d634138e4fcfaa8d16/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ngircd/ngircd.mk

index 37c4f87d43bdb0c0675c65ed0bf6fc9b1738734e..9b330fab537d5b04ac824c8ba9b7ab20a31399fd 100644 (file)
@@ -14,7 +14,7 @@ ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
 NGIRCD_CONF_OPTS += --with-pam=$(STAGING_DIR)/usr
 NGIRCD_DEPENDENCIES += linux-pam
 else
-NGIRCD_CONF_OPTS += --with-pam
+NGIRCD_CONF_OPTS += --without-pam
 endif
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)