From f2aaae610229ed38718553ea2d0e2b8d9d5cd07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 May 2016 13:41:41 +0200 Subject: Add recommended patches --- debian/patches/03-build.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 debian/patches/03-build.patch (limited to 'debian/patches/03-build.patch') diff --git a/debian/patches/03-build.patch b/debian/patches/03-build.patch deleted file mode 100644 index b9361eb..0000000 --- a/debian/patches/03-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -Author: Daniel Baumann -Description: Avoid overwriting build environment rather than to just extend it. - -Index: trunk/Makefile -=================================================================== ---- trunk.orig/Makefile -+++ trunk/Makefile -@@ -13,7 +13,7 @@ - # - - CC = gcc --CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ -+CFLAGS += -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ - -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef - - # Let lseek and mmap support 64-bit wide offsets -@@ -27,7 +27,7 @@ CFLAGS += -O2 - #CFLAGS += -g - - # Pass linker flags here --LDFLAGS = -+#LDFLAGS = - - DESTDIR = - prefix = /usr/local -- cgit v1.2.3