mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f055edb2e0
PR: ports/63751 Submitted by: Ports Fury
12 lines
370 B
Plaintext
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@
|