Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
07e2929c
Commit
07e2929c
authored
May 26, 2020
by
Quanah Gibson-Mount
Browse files
Issue#9248 - Fix default prefix value
parent
9b5ff10c
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/passwd/argon2/Makefile
View file @
07e2929c
...
...
@@ -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
...
...
contrib/slapd-modules/passwd/pbkdf2/Makefile
View file @
07e2929c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment