swt2c / rpms / p7zip

Forked from rpms/p7zip 5 years ago
Clone
64f3481
diff -Naupr p7zip_4.51.orig/makefile.linux_amd64_asm p7zip_4.51/makefile.linux_amd64_asm
64f3481
--- p7zip_4.51.orig/makefile.linux_amd64_asm	2007-06-28 09:32:30.000000000 +0200
64f3481
+++ p7zip_4.51/makefile.linux_amd64_asm	2007-08-05 17:52:20.000000000 +0200
80aa7d7
@@ -2,7 +2,7 @@
80aa7d7
 OPTFLAGS=-O
80aa7d7
 
80aa7d7
 # use "-m32" to have a 32bits executable
64f3481
-ALLFLAGS=-m64 ${OPTFLAGS} -s \
64f3481
+ALLFLAGS=-m64 ${OPTFLAGS} \
80aa7d7
     	-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
80aa7d7
 	-DNDEBUG -D_REENTRANT -DENV_UNIX \
80aa7d7
 	$(LOCAL_FLAGS)
64f3481
diff -Naupr p7zip_4.51.orig/makefile.linux_x86_ppc_alpha_gcc_4.X p7zip_4.51/makefile.linux_x86_ppc_alpha_gcc_4.X
64f3481
--- p7zip_4.51.orig/makefile.linux_x86_ppc_alpha_gcc_4.X	2007-06-28 09:33:43.000000000 +0200
64f3481
+++ p7zip_4.51/makefile.linux_x86_ppc_alpha_gcc_4.X	2007-08-05 17:52:45.000000000 +0200
80aa7d7
@@ -5,7 +5,7 @@
80aa7d7
 
80aa7d7
 OPTFLAGS=-O
80aa7d7
 
64f3481
-ALLFLAGS=${OPTFLAGS} -s \
64f3481
+ALLFLAGS=${OPTFLAGS} \
80aa7d7
     	-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
80aa7d7
 	-DNDEBUG -D_REENTRANT -DENV_UNIX \
80aa7d7
 	$(LOCAL_FLAGS)