1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/ftp/ncftp3/files/patch-ae
David E. O'Brien 1d00f83c2d Creation of NcFTP version 3.x port.
Repository copied by:	Satoshi
1997-12-14 16:45:44 +00:00

12 lines
353 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)
+ gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSO)