diff options
author | W. Michael Petullo <mike@flyn.org> | 2021-12-12 14:28:18 -0600 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-12-13 19:56:44 -0800 |
commit | 6d921a898e898003f2b85cfb94a8158b7366ec3b (patch) | |
tree | 66c5214784f31b84a6b3c43e0267800ca9aa84fe /libs/openldap/patches/750-no-strip.patch | |
parent | 18484fbd835bd9a18d33cd960ee74e1d936cbaae (diff) |
openldap: udpate to 2.6.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs/openldap/patches/750-no-strip.patch')
-rw-r--r-- | libs/openldap/patches/750-no-strip.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/openldap/patches/750-no-strip.patch b/libs/openldap/patches/750-no-strip.patch index a70aacc90..8cffb4f56 100644 --- a/libs/openldap/patches/750-no-strip.patch +++ b/libs/openldap/patches/750-no-strip.patch @@ -1,21 +1,21 @@ --- a/clients/tools/Makefile.in +++ b/clients/tools/Makefile.in -@@ -122,7 +122,7 @@ install-local: FORCE +@@ -131,7 +131,7 @@ install-local: FORCE -$(MKDIR) $(DESTDIR)$(bindir) @( \ for prg in $(PROGRAMS); do \ -- $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT) \ +- $(LTINSTALL) $(INSTALLFLAGS) $(STRIP_OPTS) -m 755 $$prg$(EXEEXT) \ + $(LTINSTALL) $(INSTALLFLAGS) -m 755 $$prg$(EXEEXT) \ $(DESTDIR)$(bindir); \ done \ ) --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in -@@ -380,7 +380,7 @@ install-local-srv: install-slapd install +@@ -377,7 +377,7 @@ install-local-srv: install-slapd install install-slapd: FORCE -$(MKDIR) $(DESTDIR)$(libexecdir) -$(MKDIR) $(DESTDIR)$(localstatedir)/run -- $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 \ +- $(LTINSTALL) $(INSTALLFLAGS) $(STRIP_OPTS) -m 755 \ + $(LTINSTALL) $(INSTALLFLAGS) -m 755 \ slapd$(EXEEXT) $(DESTDIR)$(libexecdir) @for i in $(SUBDIRS); do \ |