Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/filezilla/files: filezilla-3.3.5.1-debug.patch
Date: Mon, 28 Feb 2011 20:21:49
Message-Id: 20110228202139.932A320057@flycatcher.gentoo.org
1 sping 11/02/28 20:21:39
2
3 Added: filezilla-3.3.5.1-debug.patch
4 Log:
5 net-ftp/filezilla: No longer append "-g" to compile flags (bug #356173)
6
7 (Portage version: 2.1.9.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-ftp/filezilla/files/filezilla-3.3.5.1-debug.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.3.5.1-debug.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.3.5.1-debug.patch?rev=1.1&content-type=text/plain
14
15 Index: filezilla-3.3.5.1-debug.patch
16 ===================================================================
17 --- configure.in 2011-02-28 20:47:05.746530082 +0100
18 +++ configure.in 2011-02-28 20:48:14.889939315 +0100
19 @@ -44,8 +44,8 @@
20 if ! test "$localesonly" = "yes"; then
21
22 if test "X$GCC" = Xyes; then
23 - CFLAGS="$CFLAGS -Wall -g -fexceptions"
24 - CXXFLAGS="$CXXFLAGS -Wall -g -fexceptions"
25 + CFLAGS="$CFLAGS -Wall -fexceptions"
26 + CXXFLAGS="$CXXFLAGS -Wall -fexceptions"
27 fi
28
29 # Add build information to config.h