Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
2286e2ed
Commit
2286e2ed
authored
May 26, 2020
by
Quanah Gibson-Mount
Browse files
Issue
#9248
- Fix default prefix value
parent
528ab11f
Pipeline
#438
passed with stage
in 27 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/passwd/argon2/Makefile
View file @
2286e2ed
...
...
@@ -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 @
2286e2ed
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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