]> git.pld-linux.org Git - packages/dar.git/blame - dar-opt.patch
- openssl-devel >= 0.9.7d
[packages/dar.git] / dar-opt.patch
CommitLineData
d594e717
KK
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 @@
097d504f
JB
4 AC_ARG_ENABLE( [debug],
5 AC_HELP_STRING(--enable-debug, [build targets with debugging option and no optimization]),
6 [
d594e717 7- CXXFLAGS="-g -Wall"
097d504f 8- CFLAGS="-g -Wall"
d594e717
KK
9+ CXXFLAGS="$CXXFLAGS -Wall"
10+ CFLAGS="$CFLAGS -Wall"
097d504f
JB
11 debug_static="yes"
12 ],
13 [
This page took 0.081065 seconds and 4 git commands to generate.