diff options
author | mycroft <mycroft> | 1997-10-31 12:38:16 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1997-10-31 12:38:16 +0000 |
commit | e64edc241bb46ad40ca3a815bcd04c599b03e288 (patch) | |
tree | 14212e756d3f135e3edae922d6126d9054a124cd /graphics/tiff/patches | |
parent | c6561e39f2358715dad2aae557b34dfd51385d61 (diff) | |
download | pkgsrc-e64edc241bb46ad40ca3a815bcd04c599b03e288.tar.gz |
Slight fix to the shared library linking command.
XXX This doesn't work for ELF/binutils.
Diffstat (limited to 'graphics/tiff/patches')
-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 |