Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ldns/files: 1.6.12-cflags.patch
Date: Wed, 11 Jan 2012 15:25:49
Message-Id: 20120111152531.363282004C@flycatcher.gentoo.org
1 matsuu 12/01/11 15:25:31
2
3 Added: 1.6.12-cflags.patch
4 Log:
5 Version bumped. Removed CFALGS="-g -O2", bug #385151.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/ldns/files/1.6.12-cflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/files/1.6.12-cflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/files/1.6.12-cflags.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.6.12-cflags.patch
16 ===================================================================
17 diff -Naur ldns-1.6.12.orig/configure.ac ldns-1.6.12/configure.ac
18 --- ldns-1.6.12.orig/configure.ac 2012-01-10 23:51:41.000000000 +0900
19 +++ ldns-1.6.12/configure.ac 2012-01-12 00:08:14.913432352 +0900
20 @@ -63,8 +63,6 @@
21 # Checks for typedefs, structures, and compiler characteristics.
22 AC_C_CONST
23 AC_LANG_C
24 -ACX_CHECK_COMPILER_FLAG(g, [CFLAGS="-g $CFLAGS"])
25 -ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="-O2 $CFLAGS"])
26 ACX_CHECK_COMPILER_FLAG(Wall, [CFLAGS="-Wall $CFLAGS"])
27 ACX_CHECK_COMPILER_FLAG(W, [CFLAGS="-W $CFLAGS"])
28 ACX_CHECK_COMPILER_FLAG(Wwrite-strings, [CFLAGS="-Wwrite-strings $CFLAGS"])