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

(-)stklos-0.98.orig/extensions/Makefile.in (-1 / +1 lines)
Lines 423-429 Link Here
423
##############################################################################
423
##############################################################################
424
# Specific rules for ldap.so
424
# Specific rules for ldap.so
425
ldap.@SH_SUFFIX@: ldap.o
425
ldap.@SH_SUFFIX@: ldap.o
426
	@SH_LOADER@ @SH_LOAD_FLAGS@ $*.@SH_SUFFIX@ $< @LDAP_LIB@
426
	$(CC) $(LDFLAGS) @SH_LOAD_FLAGS@ $*.@SH_SUFFIX@ $< @LDAP_LIB@
427
	if test -f a.out  ;then mv a.out $*.@SH_SUFFIX@; fi
427
	if test -f a.out  ;then mv a.out $*.@SH_SUFFIX@; fi
428
# Tell versions [3.59,3.63) of GNU make to not export all variables.
428
# Tell versions [3.59,3.63) of GNU make to not export all variables.
429
# Otherwise a system limit (for SysV at least) may be exceeded.
429
# Otherwise a system limit (for SysV at least) may be exceeded.

Return to bug 333665