]> git.pld-linux.org Git - packages/transmission.git/blame - transmission-cflags.patch
- updated verchange bcond (client version identifiaction: 2.42)
[packages/transmission.git] / transmission-cflags.patch
CommitLineData
7f140b2f 1diff -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 @@
71d2189c
KK
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
71d2189c
KK
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"
71d2189c
KK
19 AM_CONDITIONAL(TR_UNSTABLE, test "x$supported_build" = "xno")
20
7f140b2f 21 ##
This page took 0.030813 seconds and 4 git commands to generate.