diff options
author | mycroft <mycroft@pkgsrc.org> | 1997-10-31 12:38:16 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1997-10-31 12:38:16 +0000 |
commit | 3536d89429d9498ceffc30a1e060ecead6838ee2 (patch) | |
tree | 14212e756d3f135e3edae922d6126d9054a124cd /graphics | |
parent | 3eb532a5e1dc72dcb0e480e9a58904eef023d457 (diff) | |
download | pkgsrc-3536d89429d9498ceffc30a1e060ecead6838ee2.tar.gz |
Slight fix to the shared library linking command.
XXX This doesn't work for ELF/binutils.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/patches/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/patches/patch-aa b/graphics/tiff/patches/patch-aa index a3223590372..335c544d29a 100644 --- a/graphics/tiff/patches/patch-aa +++ b/graphics/tiff/patches/patch-aa @@ -72,7 +72,7 @@ + ${CC} -fpic -DPIC ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} + + libtiff.so.3.3: ${OBJS:S/o$/so/g} -+ ld -Bshareable -o libtiff.so.3.3 ${OBJS:S/o$/so/g} ++ ld -x -Bshareable -Bforcearchive -o libtiff.so.3.3 ${OBJS:S/o$/so/g} + ${OBJS}: tiffio.h tiff.h tiffcomp.h tiffiop.h tiffconf.h tif_fax3.o: tif_fax3.c g3states.h t4.h tif_fax3.h |