radhermit 14/11/08 03:34:18 Added: criu-1.3.1-makefile.patch criu-1.3.1-flags.patch Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.1 sys-process/criu/files/criu-1.3.1-makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-1.3.1-makefile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-1.3.1-makefile.patch?rev=1.1&content-type=text/plain Index: criu-1.3.1-makefile.patch =================================================================== --- criu-1.3.1/Makefile.inc +++ criu-1.3.1/Makefile.inc @@ -15,15 +15,9 @@ SBINDIR := $(PREFIX)/sbin MANDIR := $(PREFIX)/share/man SYSTEMDUNITDIR := $(PREFIX)/lib/systemd/system/ -LOGROTATEDIR := $(PREFIX)/etc/logrotate.d/ +LOGROTATEDIR := $(SYSCONFDIR)/etc/logrotate.d/ LIBDIR := $(PREFIX)/lib -# For recent Debian/Ubuntu with multiarch support -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture \ - -qDEB_HOST_MULTIARCH 2>/dev/null) -ifneq "$(DEB_HOST_MULTIARCH)" "" -LIBDIR := $(PREFIX)/lib/$(DEB_HOST_MULTIARCH) -# For most other systems -else ifeq "$(shell uname -m)" "x86_64" +ifeq "$(shell uname -m)" "x86_64" LIBDIR := $(PREFIX)/lib64 endif 1.1 sys-process/criu/files/criu-1.3.1-flags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-1.3.1-flags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/criu/files/criu-1.3.1-flags.patch?rev=1.1&content-type=text/plain Index: criu-1.3.1-flags.patch =================================================================== --- criu-1.3.1/Makefile +++ criu-1.3.1/Makefile @@ -102,9 +102,6 @@ ifeq ($(DEBUG),1) DEFINES += -DCR_DEBUG - CFLAGS += -O0 -ggdb3 -else - CFLAGS += -O2 endif ifeq ($(GMON),1) --- criu-1.3.1/test/zdtm/lib/Makefile +++ criu-1.3.1/test/zdtm/lib/Makefile @@ -1,6 +1,6 @@ include ../Makefile.inc -CFLAGS = -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 +CFLAGS = -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 CFLAGS += $(USERCFLAGS) LIBDIR = . --- criu-1.3.1/test/zdtm/live/static/Makefile +++ criu-1.3.1/test/zdtm/live/static/Makefile @@ -3,7 +3,7 @@ LIBDIR = ../../lib LIB = $(LIBDIR)/libzdtmtst.a override CPPFLAGS += -I$(LIBDIR) -CFLAGS = -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 +CFLAGS = -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 CFLAGS += $(USERCFLAGS) TST_NOFILE = \ --- criu-1.3.1/test/zdtm/live/streaming/Makefile +++ criu-1.3.1/test/zdtm/live/streaming/Makefile @@ -3,7 +3,7 @@ LIBDIR = ../../lib LIB = $(LIBDIR)/libzdtmtst.a override CPPFLAGS += -I$(LIBDIR) -CFLAGS = -g -O2 -Wall -Werror -fno-strict-aliasing +CFLAGS = -Wall -fno-strict-aliasing CFLAGS += $(USERCFLAGS) TST_NOFILE = \ --- criu-1.3.1/test/zdtm/live/transition/Makefile +++ criu-1.3.1/test/zdtm/live/transition/Makefile @@ -3,7 +3,7 @@ LIBDIR = ../../lib LIB = $(LIBDIR)/libzdtmtst.a override CPPFLAGS += -I$(LIBDIR) -CFLAGS = -g -O2 -Wall -Werror +CFLAGS = -Wall CFLAGS += $(USERCFLAGS) TST_NOFILE = \
