]> git.pld-linux.org Git - packages/openldap.git/blob - openldap-pie.patch
perl 5.38.0 rebuild
[packages/openldap.git] / openldap-pie.patch
1 diff -urNp -x '*.orig' openldap-2.4.49.org/servers/slapd/Makefile.in openldap-2.4.49/servers/slapd/Makefile.in
2 --- openldap-2.4.49.org/servers/slapd/Makefile.in       2021-05-07 23:04:52.388862462 +0200
3 +++ openldap-2.4.49/servers/slapd/Makefile.in   2021-05-07 23:04:52.822195877 +0200
4 @@ -263,7 +263,7 @@ slapi/libslapi.la: FORCE
5         (cd slapi; $(MAKE) $(MFLAGS) all)
6  
7  slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
8 -       $(LTLINK) -o $@ $(SLAPD_OBJECTS) $(LIBS) \
9 +       $(LTLINK) -pie -Wl,-z,defs -o $@ $(SLAPD_OBJECTS) $(LIBS) \
10                 $(WRAP_LIBS)
11         $(RM) $(SLAPTOOLS)
12         for i in $(SLAPTOOLS); do \
This page took 0.089714 seconds and 3 git commands to generate.