summaryrefslogtreecommitdiffstats
path: root/rules/lsh.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-02 15:54:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:28:37 +0100
commit1735a1927556ef3b551260341a87acd1f5fc5926 (patch)
tree647ca90bac132fc25ba5c2f0ec2bacdb47630af7 /rules/lsh.make
parentc00487686b1211dc400775da67ae67c8a4000a9d (diff)
downloadptxdist-1735a1927556ef3b551260341a87acd1f5fc5926.tar.gz
ptxdist-1735a1927556ef3b551260341a87acd1f5fc5926.tar.xz
lsh: fix building with gcc-5.x
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lsh.make')
-rw-r--r--rules/lsh.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/lsh.make b/rules/lsh.make
index 3ea1b4478..42d68ce23 100644
--- a/rules/lsh.make
+++ b/rules/lsh.make
@@ -51,6 +51,8 @@ LSH_AUTOCONF := \
--without-system-argp \
--with-zlib
+LSH_CFLAGS := -std=c89
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------