From c375a958e2849c77a79e03b0afd33b7944ec2e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 7 Oct 2019 17:06:45 +0200 Subject: Remove unused patches --- debian/patches/0001-buildflags.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 debian/patches/0001-buildflags.patch (limited to 'debian/patches/0001-buildflags.patch') diff --git a/debian/patches/0001-buildflags.patch b/debian/patches/0001-buildflags.patch deleted file mode 100644 index 91ca3a0..0000000 --- a/debian/patches/0001-buildflags.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Poke requested Debian buildflags for hardening into Makefile -Author: Jörg Frings-Fürst -Last-Update: 2015-01-07 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/Makefile -=================================================================== ---- trunk.orig/Makefile -+++ trunk/Makefile -@@ -385,8 +385,8 @@ PLUGIN_CFLAGS = -O2 -g -pipe - endif - endif - --CFLAGS += $(PROFILE_FLAGS) $(REQUIRED_CFLAGS) --PLUGIN_CFLAGS += $(PROFILE_FLAGS) $(REQUIRED_CFLAGS) -+CFLAGS += $(PROFILE_FLAGS) $(REQUIRED_CFLAGS) -fstack-protector-strong -+PLUGIN_CFLAGS += $(PROFILE_FLAGS) $(REQUIRED_CFLAGS) -fPIC -fno-stack-protector - - # Required for gudev-1.0 - CFLAGS += -DG_UDEV_API_IS_SUBJECT_TO_CHANGE -- cgit v1.2.3