]> git.pld-linux.org Git - packages/cups.git/commitdiff
- don't strip
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Oct 2003 19:42:35 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups-nostrip.patch -> 1.1

cups-nostrip.patch [new file with mode: 0644]

diff --git a/cups-nostrip.patch b/cups-nostrip.patch
new file mode 100644 (file)
index 0000000..e2be784
--- /dev/null
@@ -0,0 +1,19 @@
+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
+ #
+ # Installation programs...
+ #
+-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
This page took 0.1617 seconds and 4 git commands to generate.