aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-06-01 13:39:22 -0700
committerGregory M. Tuner <gmt@be-evil.net>2014-06-01 13:39:22 -0700
commit9e64e1788437633fe70898344a5803953055d9ea (patch)
tree673bc789adf46a61f30fc531cc47eaf2b657b687 /net-print/cups/files/cups-1.4.4-nostrip.patch
parenteclass/multilib-build: fix @wrapped executables (diff)
downloadgmt-9e64e1788437633fe70898344a5803953055d9ea.tar.gz
gmt-9e64e1788437633fe70898344a5803953055d9ea.tar.bz2
gmt-9e64e1788437633fe70898344a5803953055d9ea.zip
net-print/cups-1.7.2-r2: clone upstream ebuild
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'net-print/cups/files/cups-1.4.4-nostrip.patch')
-rw-r--r--net-print/cups/files/cups-1.4.4-nostrip.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-1.4.4-nostrip.patch b/net-print/cups/files/cups-1.4.4-nostrip.patch
new file mode 100644
index 0000000..cd2b070
--- /dev/null
+++ b/net-print/cups/files/cups-1.4.4-nostrip.patch
@@ -0,0 +1,14 @@
+# Source: Gentoo
+
+diff -urN cups-1.4.4/config-scripts/cups-compiler.m4 cups-1.4.4.new/config-scripts/cups-compiler.m4
+--- cups-1.4.4/config-scripts/cups-compiler.m4 2009-05-17 02:13:47.000000000 +0200
++++ cups-1.4.4.new/config-scripts/cups-compiler.m4 2010-08-12 19:19:45.937020635 +0200
+@@ -30,7 +30,7 @@
+ if test x$enable_debug = xyes; then
+ OPTIM="-g"
+ else
+- INSTALL_STRIP="-s"
++ INSTALL_STRIP=""
+ fi
+
+ dnl Debug printfs can slow things down, so provide a separate option for that