mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b4c9ba6b8f
Lead to problem by: roberto
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
--- libncftp/Makefile.in.orig Wed Nov 12 17:43:48 1997
|
|
+++ libncftp/Makefile.in Sat Dec 13 16:47:46 1997
|
|
@@ -55,7 +55,7 @@
|
|
|
|
$(LIBSO): $(SOBJS)
|
|
/bin/rm -f $(LIBSO) $(LIBSOS)
|
|
- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
|
|
+ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
|
|
/bin/ln -s $(LIBSO) $(LIBSOS)
|
|
-@/bin/ls -l $(LIBSO)
|
|
|