summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Dialect_change.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-08 11:03:50 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-08 11:03:50 +0200
commitda9d6f1d17e5286e5184bcd531bf96437715ccc0 (patch)
tree38603a07d6e21897e36a6bea9a317ea6fe749499 /debian/patches/0001-Dialect_change.patch
parent0b3d64bac46bb7b8bcbf8677bbe96bc1f00ba038 (diff)
parentd585f58231c5adb9249a4c70b9918eac4483908e (diff)
Merge branch 'release/debian/1.8.18-9'debian/1.8.18-9
Diffstat (limited to 'debian/patches/0001-Dialect_change.patch')
-rw-r--r--debian/patches/0001-Dialect_change.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0001-Dialect_change.patch b/debian/patches/0001-Dialect_change.patch
deleted file mode 100644
index 8fb322a..0000000
--- a/debian/patches/0001-Dialect_change.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Change Dialect to -std=gnu99
- based in comments from dann frazier <dannf@debian.org>
-Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Bug:
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816491
-Forwarded:
-Last-Update: 2016-03-03
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/configure.ac
-===================================================================
---- trunk.orig/configure.ac
-+++ trunk/configure.ac
-@@ -32,7 +32,7 @@ AC_CHECK_FUNCS([alarm gethostbyname geta
- AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
- AC_CHECK_FUNCS([getpassphrase])
-
--CFLAGS="$CFLAGS -Wall -Wextra -std=c99 -pedantic -Wformat -Wformat-nonliteral"
-+CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral"
-
- AM_PROG_LIBTOOL
- LIBTOOL="$LIBTOOL --silent"