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
orbea -
OpenLDAP
Commits
5b2988ca
Commit
5b2988ca
authored
Feb 17, 2021
by
Quanah Gibson-Mount
Browse files
ITS
#9327
- Use STRIP_OPTS for lloadd
parent
ce2c5173
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/Makefile_server.in
View file @
5b2988ca
...
...
@@ -63,7 +63,7 @@ install-local-srv: FORCE
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-lloadd
@( \
for prg in $(PROGRAMS); do \
$(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT) \
$(LTINSTALL) $(INSTALLFLAGS) $(STRIP
_OPTS
) -m 755 $$prg$(EXEEXT) \
$(DESTDIR)$(libexecdir); \
done \
)
Write
Preview
Supports
Markdown
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