cups-1.4.4-nostrip.patch 487 B

123456789101112131415
  1. # Source: Gentoo
  2. diff -urN cups-1.4.4/config-scripts/cups-compiler.m4 cups-1.4.4.new/config-scripts/cups-compiler.m4
  3. --- cups-1.4.4/config-scripts/cups-compiler.m4 2009-05-17 02:13:47.000000000 +0200
  4. +++ cups-1.4.4.new/config-scripts/cups-compiler.m4 2010-08-12 19:19:45.937020635 +0200
  5. @@ -30,7 +30,7 @@
  6. if test x$enable_debug = xyes; then
  7. OPTIM="-g"
  8. else
  9. - INSTALL_STRIP="-s"
  10. + INSTALL_STRIP=""
  11. fi
  12. dnl Debug printfs can slow things down, so provide a separate option for that