summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1997-10-31 12:26:33 +0000
committermycroft <mycroft@pkgsrc.org>1997-10-31 12:26:33 +0000
commit3eb532a5e1dc72dcb0e480e9a58904eef023d457 (patch)
tree633e60bea708c6d5eebdfb0d730dad9d840d1043 /graphics/png
parent8612756bd9432442b8d67d3599f0fef3565996fd (diff)
downloadpkgsrc-3eb532a5e1dc72dcb0e480e9a58904eef023d457.tar.gz
Slight fix to the shared library linking command.
XXX This doesn't work for ELF/binutils.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/patches/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa
index b791d782b80..2debf6a93f4 100644
--- a/graphics/png/patches/patch-aa
+++ b/graphics/png/patches/patch-aa
@@ -41,7 +41,7 @@
$(RANLIB) $@
+libpng.so.${VER}: $(OBJS:S/o$/so/g)
-+ ${LD} -Bshareable -o libpng.so.${VER} $(OBJS:S/o$/so/g)
++ ${LD} -x -Bshareable -Bforcearchive -o libpng.so.${VER} $(OBJS:S/o$/so/g)
+
+# XXX - agc - weird shared library load line
+# ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -o $@ $(OBJS:S/o$/so/g) -lz