Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs/files: bindfs-1.10.3-cflags.patch
Date: Wed, 30 May 2012 09:24:08
Message-Id: 20120530092353.F0AC62004C@flycatcher.gentoo.org
1 radhermit 12/05/30 09:23:53
2
3 Added: bindfs-1.10.3-cflags.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch?rev=1.1&content-type=text/plain
14
15 Index: bindfs-1.10.3-cflags.patch
16 ===================================================================
17 --- bindfs-1.10.3/configure.ac
18 +++ bindfs-1.10.3/configure.ac
19 @@ -15,13 +15,6 @@
20 AC_ARG_WITH([core-foundation],
21 AS_HELP_STRING([--with-core-foundation], [link against Core Foundation (OS X only) @<:@default=no@:>@]))
22
23 -
24 -if test x"$enable_debug" == "xyes" ; then
25 - CFLAGS="${CFLAGS} -g -O0"
26 -else
27 - CFLAGS="${CFLAGS} -O2"
28 -fi
29 -
30 if test x"$enable_debug_output" == "xyes" ; then
31 AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages])
32 fi