aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp3/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp3/files/patch-ae')
-rw-r--r--ftp/ncftp3/files/patch-ae2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ncftp3/files/patch-ae b/ftp/ncftp3/files/patch-ae
index f5031b3c2975..ad9de6fc0037 100644
--- a/ftp/ncftp3/files/patch-ae
+++ b/ftp/ncftp3/files/patch-ae
@@ -5,7 +5,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`
++ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
/bin/ln -s $(LIBSO) $(LIBSOS)
-@/bin/ls -l $(LIBSO)