]> git.pld-linux.org Git - packages/cups.git/blobdiff - cups-nostrip.patch
- rel 2; add ipp14 backend; fixes for ipp15 backend; other fixes - everything from...
[packages/cups.git] / cups-nostrip.patch
index e2be784ed39c32c82d48c85d031d2a3ddbe302a6..a0e1a9f85961254d7114590d3f951e988b0d27da 100644 (file)
@@ -1,19 +1,11 @@
-diff -urN cups-1.1.20rc4.org/Makedefs.in cups-1.1.20rc4/Makedefs.in
---- cups-1.1.20rc4.org/Makedefs.in     2003-10-19 21:40:50.000000000 +0200
-+++ cups-1.1.20rc4/Makedefs.in 2003-10-19 21:41:20.000000000 +0200
-@@ -41,13 +41,13 @@
- RM            =       @RM@ -f
- SED           =       @SED@
- SHELL         =       /bin/sh
--STRIP         =       @STRIP@
-+STRIP         =       /bin/true
+--- cups-1.4.0/config-scripts/cups-compiler.m4~        2009-08-28 17:35:34.000000000 +0200
++++ cups-1.4.0/config-scripts/cups-compiler.m4 2009-08-29 21:27:34.296848459 +0200
+@@ -28,8 +28,6 @@
  
- #
- # Installation programs...
- #
+ if test x$enable_debug = xyes; then
+       OPTIM="-g"
+-else
+-      INSTALL_STRIP="-s"
+ fi
  
--INSTALL_BIN   =       $(LIBTOOL) $(INSTALL) -m 755 -s
-+INSTALL_BIN   =       $(LIBTOOL) $(INSTALL) -m 755
- INSTALL_DATA  =       $(INSTALL) -m 644
- INSTALL_DIR   =       $(INSTALL) -d
- INSTALL_LIB   =       $(LIBTOOL) $(INSTALL) -m 755
+ if test x$enable_debug_printfs = xyes; then
This page took 0.084944 seconds and 4 git commands to generate.