summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-17 09:55:36 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-04-17 10:03:32 +0200
commitdb29e1bce621ea73f9e0c5f2e0b9a04cb8f468de (patch)
tree400c0c45a470c50f45bb45c0357e2f109adfd6f4 /sys-fs/multipath-tools
parentapp-editors/emacs-vcs: Drop pax_kernel local USE flag. (diff)
downloadgentoo-db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de.tar.gz
gentoo-db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de.tar.bz2
gentoo-db29e1bce621ea73f9e0c5f2e0b9a04cb8f468de.zip
sys-fs/multipath-tools: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8040
Diffstat (limited to 'sys-fs/multipath-tools')
-rw-r--r--sys-fs/multipath-tools/files/multipath-tools-0.7.4-respect-flags.patch17
1 files changed, 0 insertions, 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 19573fe6eee6..000000000000
--- 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.