mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Issue#9248 - Fix default prefix value
This commit is contained in:
parent
528ab11f66
commit
2286e2edbc
2 changed files with 2 additions and 6 deletions
|
|
@ -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 a new issue