]> git.pld-linux.org Git - packages/dar.git/blame - dar-opt.patch
- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
[packages/dar.git] / dar-opt.patch
CommitLineData
74f96e79 1--- dar-2.2.2/configure.ac.orig 2005-05-08 18:32:26.000000000 +0200
2+++ dar-2.2.2/configure.ac 2005-05-24 00:18:13.000000000 +0200
3@@ -377,8 +377,8 @@
097d504f
JB
4 AC_ARG_ENABLE( [debug],
5 AC_HELP_STRING(--enable-debug, [build targets with debugging option and no optimization]),
6 [
74f96e79 7- CXXFLAGS="-ggdb -Wall"
8- CFLAGS="-ggdb -Wall"
d594e717
KK
9+ CXXFLAGS="$CXXFLAGS -Wall"
10+ CFLAGS="$CFLAGS -Wall"
097d504f
JB
11 debug_static="yes"
12 ],
13 [
This page took 0.140484 seconds and 4 git commands to generate.