diff options
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 \ |