summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Dialect_change.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-03 06:42:28 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-03 06:42:28 +0100
commit9b9f1c8a93147ff93d285424e3b6d17b271c8a70 (patch)
treeb79d507bed55d8fe93760e52adf84f7ec85ccfc3 /debian/patches/0001-Dialect_change.patch
parent6781cf859abee78f14d4d88e5271c302ee21f11e (diff)
add 0001-Dialect_change.patch
Diffstat (limited to 'debian/patches/0001-Dialect_change.patch')
-rw-r--r--debian/patches/0001-Dialect_change.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Dialect_change.patch b/debian/patches/0001-Dialect_change.patch
new file mode 100644
index 0000000..8fb322a
--- /dev/null
+++ b/debian/patches/0001-Dialect_change.patch
@@ -0,0 +1,22 @@
+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"