From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F378138825 for ; Sat, 8 Nov 2014 03:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 653C6E0882; Sat, 8 Nov 2014 03:34:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D805BE0882 for ; Sat, 8 Nov 2014 03:34:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E24E340395 for ; Sat, 8 Nov 2014 03:34:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2274) id 0BA519AA9; Sat, 8 Nov 2014 03:34:18 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-process/criu/files: criu-1.3.1-makefile.patch criu-1.3.1-flags.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: criu-1.3.1-makefile.patch criu-1.3.1-flags.patch X-VCS-Directories: sys-process/criu/files X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141108033418.0BA519AA9@oystercatcher.gentoo.org> Date: Sat, 8 Nov 2014 03:34:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3252a69-6512-45ba-ae99-8d349a1db553 X-Archives-Hash: 454ac398f003183eac48085aeef1849d 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 = \