ports/net/openldap20-server/files/patch-build::mod.mk
Jun Kuriyama 075f1093db Split openldap[012] into client and server.
PR:		ports/54436
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
2003-08-14 03:55:21 +00:00

11 lines
376 B
Makefile

--- build/mod.mk.orig Fri Jan 4 21:38:06 2002
+++ build/mod.mk Sat Jul 12 19:30:28 2003
@@ -10,7 +10,7 @@
LIBRARY = $(LIBBASE).la
LIBSTAT = lib$(LIBBASE).a
-LTFLAGS = --only-$(LINKAGE)
+LTFLAGS = # --only-$(LINKAGE)
COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) $(MODDEFS) -c
LTLIBLINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) -rpath $(moduledir) \