Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288279
Collapse All | Expand All

(-)openldap-2.4.11/servers/slapd/Makefile.in.patch4 (-1 / +1 lines)
Lines 266-272 libslapi.a: slapi/.libs/libslapi.a Link Here
266
	cp slapi/.libs/libslapi.a .
266
	cp slapi/.libs/libslapi.a .
267
267
268
slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
268
slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
269
	$(LTLINK) -o $@ $(SLAPD_OBJECTS) $(LIBS) \
269
	$(LTLINK) -pie -Wl,-z,defs -o $@ $(SLAPD_OBJECTS) $(LIBS) \
270
		$(WRAP_LIBS)
270
		$(WRAP_LIBS)
271
	$(RM) $(SLAPTOOLS)
271
	$(RM) $(SLAPTOOLS)
272
	for i in $(SLAPTOOLS); do \
272
	for i in $(SLAPTOOLS); do \

Return to bug 288279