aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2015-07-22 17:51:45 +0200
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:52 -0500
commitd734615014277b715d6c5c525a8d42acd8158d9a (patch)
tree20729335f5d0db4b33281e2dc09eb5e90d2266a1 /Makefile
parentf5ebb11766ca4dad9d54745d96c71dedf7a69fb8 (diff)
Import Debian changes 0.5.1-1.5
hardinfo (0.5.1-1.5) unstable; urgency=medium * Non-maintainer upload. * Fix "FTBFS with clang instead of gcc": patch Makefile* to add "-std=gnu89" to CFLAGS. (Closes: #757525)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a9e6f32..c9ff9b05 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ARCHOPTS =
LIBDIR = /usr/lib
CCFLAGS = -fPIC -pipe -Wall -g
-CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I.
+CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I. -std=gnu89
CC = gcc $(ARCHOPTS) -g
CCSLOW = gcc -O0 -g