diff options
author | 2004-03-30 14:39:40 +0000 | |
---|---|---|
committer | 2004-03-30 14:39:40 +0000 | |
commit | c2e4d6d8b119175be33a73e868afa95a5d76aa02 (patch) | |
tree | cb753a7f6a3f1cd955b4f557efc6fd556b9b4766 /dev-libs/szip/files/szip-1.1-fPIC.patch | |
parent | Closing #44742. (Manifest recommit) (diff) | |
download | gentoo-2-c2e4d6d8b119175be33a73e868afa95a5d76aa02.tar.gz gentoo-2-c2e4d6d8b119175be33a73e868afa95a5d76aa02.tar.bz2 gentoo-2-c2e4d6d8b119175be33a73e868afa95a5d76aa02.zip |
Closing #46222.
Diffstat (limited to 'dev-libs/szip/files/szip-1.1-fPIC.patch')
-rw-r--r-- | dev-libs/szip/files/szip-1.1-fPIC.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/szip/files/szip-1.1-fPIC.patch b/dev-libs/szip/files/szip-1.1-fPIC.patch new file mode 100644 index 000000000000..a34f8c26834a --- /dev/null +++ b/dev-libs/szip/files/szip-1.1-fPIC.patch @@ -0,0 +1,11 @@ +--- Makefile.in 2004-03-30 14:34:47.515593775 +0000 ++++ Makefile.in 2004-03-30 14:35:34.005187952 +0000 +@@ -120,6 +120,8 @@ + gentest.o: szlib.h + mcgill.o: mcgill.h + rice.o: rice.h ++ $(CC) $(CFLAGS) -fPIC -c rice.c + sz_api.o: szlib.h ++ $(CC) $(CFLAGS) -fPIC -c sz_api.c + burst_szip: mcgill.o + gentest: mcgill.o |