SOURCES: zip-multilib.patch (NEW) - add cflags to linker - allow m...

tommat tommat at pld-linux.org
Sat Feb 10 21:51:51 CET 2007


Author: tommat                       Date: Sat Feb 10 20:51:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add cflags to linker - allow multilib build

---- Files affected:
SOURCES:
   zip-multilib.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/zip-multilib.patch
diff -u /dev/null SOURCES/zip-multilib.patch:1.1
--- /dev/null	Sat Feb 10 21:51:51 2007
+++ SOURCES/zip-multilib.patch	Sat Feb 10 21:51:46 2007
@@ -0,0 +1,11 @@
+--- zip-2.31/unix/configure.orig	2007-02-10 20:53:12.000000000 +0100
++++ zip-2.31/unix/configure	2007-02-10 20:53:30.000000000 +0100
+@@ -13,7 +13,7 @@
+ 
+ CC=${1-cc}
+ CFLAGS=${2-"-O2 -I. -DUNIX"}
+-LFLAGS1=""
++LFLAGS1="${CFLAGS}"
+ LN="ln -s"
+ 
+ echo Check for the C preprocessor
================================================================


More information about the pld-cvs-commit mailing list