summaryrefslogtreecommitdiff
path: root/debian/patches/0001-buildflags.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-07 17:06:45 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-07 17:06:45 +0200
commitc375a958e2849c77a79e03b0afd33b7944ec2e46 (patch)
treefb861c94a688aaeda7c963563a3d1b7052dbd374 /debian/patches/0001-buildflags.patch
parenta0b6a762f71f53c8548f55191dd03eaecb04103c (diff)
Remove unused patches
Diffstat (limited to 'debian/patches/0001-buildflags.patch')
-rw-r--r--debian/patches/0001-buildflags.patch20
1 files changed, 0 insertions, 20 deletions
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 <debian@jff-webhosting.net>
-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