diff options
Diffstat (limited to 'ftp/ncftp3/files/patch-af')
-rw-r--r-- | ftp/ncftp3/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af new file mode 100644 index 000000000000..63681bfa82b6 --- /dev/null +++ b/ftp/ncftp3/files/patch-af @@ -0,0 +1,11 @@ +--- Strn/Makefile.orig Tue Nov 11 04:28:01 1997 ++++ Strn/Makefile Sat Dec 13 23:28:53 1997 +@@ -42,7 +42,7 @@ + + $(LIBSO): $(SOBJS) + /bin/rm -f $(LIBSO) +- 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 $(LIBSOS) $(LIBSO) + |