]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Issue#9248 - Fix default prefix value
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 May 2020 21:00:11 +0000 (21:00 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 1 Jun 2020 16:38:48 +0000 (16:38 +0000)
contrib/slapd-modules/passwd/argon2/Makefile
contrib/slapd-modules/passwd/pbkdf2/Makefile

index 093bd8fb080ae758c2549f599d93033bea32af78..0294ba04e95ffad76ad765399195e2f91f709a45 100644 (file)
@@ -31,9 +31,7 @@ PROGRAMS = pw-argon2.la
 MANPAGES = slapd-pw-argon2.5
 LTVER = 0:0:0
 
-#prefix=/usr/local
-prefix=`grep -e "^prefix =" $(LDAP_BUILD)/Makefile | cut -d= -f2`
-
+prefix=/usr/local
 exec_prefix=$(prefix)
 ldap_subdir=/openldap
 
index 64ad97c9a5512270db15c5fbd62afa5bbf0add27..5234629cdd6b918d17556ad4d6671ef0a5bb5fe5 100644 (file)
@@ -17,9 +17,7 @@ LIBS = $(LDAP_LIB) -lcrypto
 PROGRAMS = pw-pbkdf2.la
 LTVER = 0:0:0
 
-#prefix=/usr/local
-prefix=`grep -e "^prefix =" $(LDAP_BUILD)/Makefile | cut -d= -f2`
-
+prefix=/usr/local
 exec_prefix=$(prefix)
 ldap_subdir=/openldap