diff options
author | 2004-11-11 19:39:25 +0000 | |
---|---|---|
committer | 2004-11-11 19:39:25 +0000 | |
commit | 980daf8f399d8ae714d9e8f355a82e8b4a8b57ec (patch) | |
tree | bd8515a84cbf3e06d4c34c17f226b45bcaffb211 /app-arch/p7zip/files | |
parent | Added ~amd64 KEYWORD and closing bug #70615. (diff) | |
download | historical-980daf8f399d8ae714d9e8f355a82e8b4a8b57ec.tar.gz historical-980daf8f399d8ae714d9e8f355a82e8b4a8b57ec.tar.bz2 historical-980daf8f399d8ae714d9e8f355a82e8b4a8b57ec.zip |
disabled static linking.
Diffstat (limited to 'app-arch/p7zip/files')
-rw-r--r-- | app-arch/p7zip/files/digest-p7zip-4.10-r1 | 1 | ||||
-rw-r--r-- | app-arch/p7zip/files/p7zip-4.10_x86_dynamic.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-arch/p7zip/files/digest-p7zip-4.10-r1 b/app-arch/p7zip/files/digest-p7zip-4.10-r1 new file mode 100644 index 000000000000..7aa4b991a8b3 --- /dev/null +++ b/app-arch/p7zip/files/digest-p7zip-4.10-r1 @@ -0,0 +1 @@ +MD5 4bb0cd95cc7a7f5954be6c4c84086c73 p7zip_4.10_src.tar.bz2 410682 diff --git a/app-arch/p7zip/files/p7zip-4.10_x86_dynamic.patch b/app-arch/p7zip/files/p7zip-4.10_x86_dynamic.patch new file mode 100644 index 000000000000..b1614419fd5d --- /dev/null +++ b/app-arch/p7zip/files/p7zip-4.10_x86_dynamic.patch @@ -0,0 +1,11 @@ +--- makefile.machine.orig 2004-11-11 20:22:14.157486824 +0100 ++++ makefile.machine 2004-11-11 20:22:20.596507944 +0100 +@@ -7,7 +7,5 @@ + CXX=g++ $(ALLFLAGS) + CC=gcc $(ALLFLAGS) + +-#LOCAL_LIBS=-lpthread +-# static linkage +-LOCAL_LIBS=-static -lpthread ++LOCAL_LIBS=-lpthread + |