projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee9dbc
)
package/ngircd: add optional support for linux-pam
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Wed, 13 Sep 2017 12:29:58 +0000
(14:29 +0200)
committer
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Sun, 24 Sep 2017 11:46:20 +0000
(13:46 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/ngircd/ngircd.mk
patch
|
blob
|
history
diff --git
a/package/ngircd/ngircd.mk
b/package/ngircd/ngircd.mk
index 9fa30da24ca05d958eeece483dfa99af10fee1d5..37c4f87d43bdb0c0675c65ed0bf6fc9b1738734e 100644
(file)
--- a/
package/ngircd/ngircd.mk
+++ b/
package/ngircd/ngircd.mk
@@
-10,6
+10,13
@@
NGIRCD_SITE = https://arthur.barton.de/pub/ngircd
NGIRCD_LICENSE = GPL-2.0+
NGIRCD_LICENSE_FILES = COPYING
+ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
+NGIRCD_CONF_OPTS += --with-pam=$(STAGING_DIR)/usr
+NGIRCD_DEPENDENCIES += linux-pam
+else
+NGIRCD_CONF_OPTS += --with-pam
+endif
+
ifeq ($(BR2_PACKAGE_OPENSSL),y)
NGIRCD_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
NGIRCD_DEPENDENCIES += openssl