diff options
author | Richard PALO <richard@NetBSD.org> | 2014-11-10 17:25:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-11 19:44:55 +0100 |
commit | ee49e52c66c18b50d2e92105e75e10e69fe04bf8 (patch) | |
tree | 60b0493dc16fe94bf6a0aead5e560ca3634e5f5f /config_host.mk.in | |
parent | 0d3ca29fd21bbd39531c2dd72fca05eeee2f166a (diff) |
READELF needs to be defined for unix such as SOLARIS
Change-Id: I749fa8a19e00957a3f83f41e029687b435a3a903
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 7a5d42acf435..083e1d15e982 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -472,6 +472,7 @@ export PYTHON_VERSION_MINOR=@PYTHON_VERSION_MINOR@ export RANLIB=@RANLIB@ export RAPTOR_MAJOR=@RAPTOR_MAJOR@ export RASQAL_MAJOR=@RASQAL_MAJOR@ +export READELF=@READELF@ export REDLAND_CFLAGS=$(gb_SPACE)@REDLAND_CFLAGS@ export REDLAND_LIBS=$(gb_SPACE)@REDLAND_LIBS@ export REDLAND_MAJOR=@REDLAND_MAJOR@ |