]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC
authorPeter Marschall <peter@adpm.de>
Sun, 16 Aug 2015 11:46:46 +0000 (13:46 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 1 Apr 2020 22:29:10 +0000 (22:29 +0000)
contrib/slapd-modules/passwd/pbkdf2/Makefile

index fa98b0f0fcea5117086b7d1874d9afc5e7e2c94b..064ff73c47cef8679fe345d45e47d886ffe26ade 100644 (file)
@@ -12,8 +12,11 @@ CC = gcc
 OPT = -g -O2 -Wall
 #DEFS = -DSLAPD_PBKDF2_DEBUG
 
-INCS = $(LDAP_INC)
-LIBS = $(LDAP_LIB) -lcrypto
+SSL_INC =
+SSL_LIB = -lcrypto
+
+INCS = $(LDAP_INC) $(SSL_INC)
+LIBS = $(LDAP_LIB) $(SSL_LIB)
 
 PROGRAMS = pw-pbkdf2.la
 MANPAGES = slapd-pw-pbkdf2.5