Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/proot/files: proot-3.2.1-makefile.patch
Date: Fri, 06 Dec 2013 07:09:19
Message-Id: 20131206070912.E2DB520005@flycatcher.gentoo.org
1 pinkbyte 13/12/06 07:09:12
2
3 Added: proot-3.2.1-makefile.patch
4 Log:
5 Version bump, wrt bug #490840. Thanks to Tim Harder for discovering this issue
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 sys-apps/proot/files/proot-3.2.1-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/proot/files/proot-3.2.1-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/proot/files/proot-3.2.1-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: proot-3.2.1-makefile.patch
16 ===================================================================
17 --- src/GNUmakefile.orig 2013-12-06 10:47:18.554784621 +0400
18 +++ src/GNUmakefile 2013-12-06 10:47:43.129785804 +0400
19 @@ -9,7 +9,7 @@
20 CC = gcc
21 LD = $(CC)
22 CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I. -I$(VPATH)
23 -CFLAGS += -Wall -Wextra -O2
24 +CFLAGS += -Wall -Wextra
25 LDFLAGS += -ltalloc
26
27 OBJECTS = \