summaryrefslogtreecommitdiff
path: root/debian/patches/0005-build.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
commit3a3565140b52ca1ff87c1fa2f604089550d8efcb (patch)
tree33d4186168de7d5c954c12d29534cc19797b5f74 /debian/patches/0005-build.patch
parentd4b11cf3e4dcc4ca0ca41d6403c98b3214a8b92d (diff)
parentc61bb295f8ecde9a8dfb922aad56c58f1b8008e7 (diff)
Merge branch 'release/debian/3.7-1'HEADdebian/3.7-1master
Diffstat (limited to 'debian/patches/0005-build.patch')
-rw-r--r--debian/patches/0005-build.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/0005-build.patch b/debian/patches/0005-build.patch
deleted file mode 100644
index b9361eb..0000000
--- a/debian/patches/0005-build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
-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