]> git.pld-linux.org Git - packages/transmission.git/blob - transmission-cflags.patch
- updated for 2.51
[packages/transmission.git] / transmission-cflags.patch
1 diff -ur transmission-2.00-orig//configure.ac transmission-2.00/configure.ac
2 --- transmission-2.00-orig//configure.ac        2010-06-17 10:45:12.000000000 -0600
3 +++ transmission-2.00/configure.ac      2010-06-18 17:05:50.000000000 -0600
4 @@ -21,16 +21,7 @@
5  AM_INIT_AUTOMAKE([1.9 tar-ustar])
6  AC_PROG_LIBTOOL
7  
8 -if test m4_substr(peer_id_prefix,6,1) = "0"; then
9 -  supported_build=yes
10 -  CPPFLAGS="$CPPFLAGS -DNDEBUG"
11 -else
12 -  supported_build=no
13 -  if test "x$GCC" = "xyes" ; then
14 -    CFLAGS="$CFLAGS -g -O0"
15 -    CXXFLAGS="$CXXFLAGS -g -O0"
16 -  fi
17 -fi
18 +CPPFLAGS="$CPPFLAGS -DNDEBUG"
19  AM_CONDITIONAL(TR_UNSTABLE, test "x$supported_build" = "xno")
20  
21  ##
This page took 0.023195 seconds and 3 git commands to generate.