mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Issue#9248 - Fix default prefix value
This commit is contained in:
parent
528ab11f66
commit
2286e2edbc
@ -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
|
||||
|
||||
|
@ -22,9 +22,7 @@ PROGRAMS = pw-pbkdf2.la
|
||||
MANPAGES = slapd-pw-pbkdf2.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user