summaryrefslogtreecommitdiffstats
path: root/package/ngircd
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-13 14:29:55 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-24 13:46:20 +0200
commit8bda664765b808228b1c8b6434e23cf32ef75c1e (patch)
treedb26259c73b97d00e55827c480b0e5e8b49c2466 /package/ngircd
parent1e4f43e439a71c3905a640fe282dc167a341b0e2 (diff)
downloadbuildroot-8bda664765b808228b1c8b6434e23cf32ef75c1e.tar.gz
buildroot-8bda664765b808228b1c8b6434e23cf32ef75c1e.zip
package/ngircd: add optional dependency to openssl
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/ngircd')
-rw-r--r--package/ngircd/ngircd.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/ngircd/ngircd.mk b/package/ngircd/ngircd.mk
index 5f03b66001..2ab9187c8e 100644
--- a/package/ngircd/ngircd.mk
+++ b/package/ngircd/ngircd.mk
@@ -11,4 +11,11 @@ NGIRCD_DEPENDENCIES = zlib
NGIRCD_LICENSE = GPL-2.0+
NGIRCD_LICENSE_FILES = COPYING
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
+NGIRCD_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
+NGIRCD_DEPENDENCIES += openssl
+else
+NGIRCD_CONF_OPTS += --without-openssl
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud