From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0E8B1382C5 for ; Tue, 17 Apr 2018 08:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D454EE087D; Tue, 17 Apr 2018 08:03:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B49EEE087D for ; Tue, 17 Apr 2018 08:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40C21335C2C for ; Tue, 17 Apr 2018 08:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4A8254 for ; Tue, 17 Apr 2018 08:03:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523952212.db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch X-VCS-Directories: sys-fs/multipath-tools/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de X-VCS-Branch: master Date: Tue, 17 Apr 2018 08:03:38 +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: 4f8c3107-27cf-47ba-baca-eae2f86aa63a X-Archives-Hash: 904fe443b31f653064242b537cd53200 commit: db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Apr 17 07:55:36 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 17 08:03:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29e1bc sys-fs/multipath-tools: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8040 .../files/multipath-tools-0.7.4-respect-flags.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch b/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch deleted file mode 100644 index 19573fe6eee..00000000000 --- a/sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/Makefile.inc -+++ b/Makefile.inc -@@ -90,11 +90,12 @@ OPTFLAGS = -O2 -g -pipe -Wall -Wextra -Wformat=2 -Werror=implicit-int \ - -Wp,-D_FORTIFY_SOURCE=2 $(STACKPROT) \ - --param=ssp-buffer-size=4 - --CFLAGS = $(OPTFLAGS) -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\" -+CFLAGS ?= $(OPTFLAGS) -+CFLAGS += -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\" - BIN_CFLAGS = -fPIE -DPIE - LIB_CFLAGS = -fPIC - SHARED_FLAGS = -shared --LDFLAGS = -Wl,-z,relro -Wl,-z,now -+LDFLAGS += -Wl,-z,relro -Wl,-z,now - BIN_LDFLAGS = -pie - - # Check whether a function with name $1 has been declared in header file $2.