summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-13 01:35:35 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-13 07:00:34 (GMT)
commit3bb2bcd2a328fb56332398783e91899ce3bc3556 (patch)
tree723fb2fe467e083cc4d43ae6fa413c8dc1a59f09 /Makefile.in
parentdc9dac222045e68aeae5cfbbe04f2764afc33e46 (diff)
Add a check for gperf function signature.
Loosely based on: https://github.com/systemd/systemd/commit/c9f7b4d356a453a01aa77a6bb74ca7ef49732c08 Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 16ab72a..4fb85bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,6 +69,7 @@ export objdump := @OBJDUMP@
export readelf := @READELF@
export patch := @PATCH@
export gperf := @GPERF@
+export gperf_len_type := @GPERF_LEN_TYPE@
export CC := @CC@
export CPP := @CPP@
export CPPFLAGS := @CPPFLAGS@