diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-13 17:37:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-13 17:39:34 +0200 |
commit | 4956d0667d1e399007e088a0ea2079c20482e567 (patch) | |
tree | 16d5802eee1bc9224798cc751955d6052a6f5dbd /config_host.mk.in | |
parent | 3750deae3e2d8fcf8bcf795fe327e1da370a2c4d (diff) |
configure: ensure that install_name_tool matches the toolchain...
... used to build, since otherwise it'll break with "malformed object"
errors. Alo replace now unused XCRUN variable.
Change-Id: I58a20c34f903b7a7acb46597d94243389e6b3842
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index f391bdde45d6..cfd1357207c6 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -262,6 +262,7 @@ export INPATH_FOR_BUILD=@INPATH_FOR_BUILD@ export INSTDIR=@INSTDIR@ export INSTALLDIR=@INSTALLDIR@ export INSTALLDIRNAME=@INSTALLDIRNAME@ +export INSTALL_NAME_TOOL=@INSTALL_NAME_TOOL@ export JAVACISGCJ=@JAVACISGCJ@ export JAVACOMPILER=@JAVACOMPILER@ export JAVADOC=@JAVADOC@ @@ -601,7 +602,6 @@ export WPG_CFLAGS=$(gb_SPACE)@WPG_CFLAGS@ export WPG_LIBS=$(gb_SPACE)@WPG_LIBS@ export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@ export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@ -export XCRUN=@XCRUN@ export XINERAMA_LINK=@XINERAMA_LINK@ export XMLLINT=@XMLLINT@ export XRANDR_CFLAGS=$(gb_SPACE)@XRANDR_CFLAGS@ |