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-process/criu/files: criu-0.6-flags.patch
Date: Wed, 31 Jul 2013 05:48:52
Message-Id: 20130731054846.B27AD2171D@flycatcher.gentoo.org
1 radhermit 13/07/31 05:48:46
2
3 Added: criu-0.6-flags.patch
4 Log:
5 Version bump (bug #475558 by Maksim Melnikau).
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 sys-process/criu/files/criu-0.6-flags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-0.6-flags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-0.6-flags.patch?rev=1.1&content-type=text/plain
14
15 Index: criu-0.6-flags.patch
16 ===================================================================
17 --- criu-0.6/Makefile
18 +++ criu-0.6/Makefile
19 @@ -87,9 +87,6 @@
20
21 ifeq ($(DEBUG),1)
22 DEFINES += -DCR_DEBUG
23 - CFLAGS += -O0 -ggdb3
24 -else
25 - CFLAGS += -O2
26 endif
27
28 CFLAGS += $(WARNINGS) $(DEFINES)
29 --- criu-0.6/test/zdtm/lib/Makefile
30 +++ criu-0.6/test/zdtm/lib/Makefile
31 @@ -1,6 +1,6 @@
32 include ../Makefile.inc
33
34 -CFLAGS = -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
35 +CFLAGS = -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
36
37 LIBDIR = .
38 LIB = libzdtmtst.a
39 --- criu-0.6/test/zdtm/live/static/Makefile
40 +++ criu-0.6/test/zdtm/live/static/Makefile
41 @@ -3,7 +3,7 @@
42 LIBDIR = ../../lib
43 LIB = $(LIBDIR)/libzdtmtst.a
44 override CPPFLAGS += -I$(LIBDIR)
45 -CFLAGS = -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
46 +CFLAGS = -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
47
48 TST_NOFILE = \
49 busyloop00 \
50 --- criu-0.6/test/zdtm/live/streaming/Makefile
51 +++ criu-0.6/test/zdtm/live/streaming/Makefile
52 @@ -3,7 +3,7 @@
53 LIBDIR = ../../lib
54 LIB = $(LIBDIR)/libzdtmtst.a
55 override CPPFLAGS += -I$(LIBDIR)
56 -CFLAGS = -g -O2 -Wall -Werror -fno-strict-aliasing
57 +CFLAGS = -Wall -fno-strict-aliasing
58
59 TST_NOFILE = \
60 pipe_loop00 \
61 --- criu-0.6/test/zdtm/live/transition/Makefile
62 +++ criu-0.6/test/zdtm/live/transition/Makefile
63 @@ -3,7 +3,7 @@
64 LIBDIR = ../../lib
65 LIB = $(LIBDIR)/libzdtmtst.a
66 override CPPFLAGS += -I$(LIBDIR)
67 -CFLAGS = -g -O2 -Wall -Werror
68 +CFLAGS = -Wall
69
70 TST_NOFILE = \
71 ipc \