1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/irc/ctrlproxy/files/patch-mods:Makefile.in
Kirill Ponomarev f055edb2e0 - Update to version 2.6.1
PR:		ports/63751
Submitted by:	Ports Fury
2004-03-04 16:07:55 +00:00

12 lines
370 B
Plaintext

--- mods/Makefile.in.orig Wed Oct 22 22:37:21 2003
+++ mods/Makefile.in Wed Oct 22 22:37:47 2003
@@ -17,7 +17,7 @@
$(CC) $(CFLAGS) -fPIC -c $<
libstats.so: stats.o
- $(CC) $(CFLAGS) -shared -o $@ $< -ltdb @LIB_PCRE@
+ $(CC) $(CFLAGS) -shared -o $@ $< -ltdb @LIB_PCRE@ @LDFLAGS@
libsocket.so: @SOCKET_OBJS@
$(CC) $(CFLAGS) -shared -o $@ @SOCKET_OBJS@ @SSL_LIB@