aboutsummaryrefslogtreecommitdiff
blob: cd2b07042ceca35b081e54531a9fe5ef1595fdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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