1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/ncftp3/files/patch-af

12 lines
341 B
Plaintext
Raw Normal View History

1998-09-27 03:02:15 +00:00
--- Strn/Makefile.orig Tue Nov 11 04:28:01 1997
+++ Strn/Makefile Sat Sep 26 19:47:28 1998
@@ -42,7 +42,7 @@
$(LIBSO): $(SOBJS)
/bin/rm -f $(LIBSO)
- 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 $(LIBSOS) $(LIBSO)