]> git.pld-linux.org Git - packages/dar.git/blob - dar-opt.patch
- -devel R: zlib-devel
[packages/dar.git] / dar-opt.patch
1 --- dar-2.2.0/configure.ac.orig 2005-01-31 17:01:23.415597504 +0100
2 +++ dar-2.2.0/configure.ac      2005-01-31 17:03:27.971662104 +0100
3 @@ -376,8 +376,8 @@
4  AC_ARG_ENABLE( [debug],
5                  AC_HELP_STRING(--enable-debug, [build targets with debugging option and no optimization]),
6                  [
7 -                        CXXFLAGS="-g -Wall"
8 -                        CFLAGS="-g -Wall"
9 +                        CXXFLAGS="$CXXFLAGS -Wall"
10 +                        CFLAGS="$CFLAGS -Wall"
11                          debug_static="yes"
12                  ],
13                  [
This page took 0.020725 seconds and 3 git commands to generate.