package/libpam-tacplus: add openssl optional dependency
openssl is an optional dependency since version 1.4.1 and
789cf4a852
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Tested-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
059360f4e7
commit
bdc37c6a33
@ -8,7 +8,9 @@ LIBPAM_TACPLUS_VERSION = 1.5.1
|
||||
LIBPAM_TACPLUS_SITE = $(call github,jeroennijhof,pam_tacplus,v$(LIBPAM_TACPLUS_VERSION))
|
||||
LIBPAM_TACPLUS_LICENSE = GPL-2.0+
|
||||
LIBPAM_TACPLUS_LICENSE_FILES = COPYING
|
||||
LIBPAM_TACPLUS_DEPENDENCIES = linux-pam
|
||||
LIBPAM_TACPLUS_DEPENDENCIES = \
|
||||
linux-pam \
|
||||
$(if $(BR2_PACKAGE_OPENSSL),openssl)
|
||||
# Fetching from github, we need to generate the configure script
|
||||
LIBPAM_TACPLUS_AUTORECONF = YES
|
||||
LIBPAM_TACPLUS_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user