X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cups-nostrip.patch;h=a0e1a9f85961254d7114590d3f951e988b0d27da;hb=refs%2Fheads%2FDEVEL;hp=e2be784ed39c32c82d48c85d031d2a3ddbe302a6;hpb=402a099358b7d496c17c08150a97d8d637d298c7;p=packages%2Fcups.git diff --git a/cups-nostrip.patch b/cups-nostrip.patch index e2be784..a0e1a9f 100644 --- a/cups-nostrip.patch +++ b/cups-nostrip.patch @@ -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