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>
This commit is contained in:
parent
1e4f43e439
commit
8bda664765
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user