[Libreoffice-commits] .: config_host.mk.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Dec 31 12:18:53 PST 2011


 config_host.mk.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1c44b848f77bb4de8a19059e0d514bfb75da90b
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Dec 31 14:18:06 2011 -0600

    argh, OS_FOR_BUILD was not set properly, killing X-compile

diff --git a/config_host.mk.in b/config_host.mk.in
index 35632b6..1776165 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -120,7 +120,7 @@ export NSS_LIBS="@NSS_LIBS@"
 export OPENSSL_CFLAGS="@OPENSSL_CFLAGS@"
 export OPENSSL_LIBS="@OPENSSL_LIBS@"
 export OS="@OS@"
-export OS_FOR_BUILD="@OS@"
+export OS_FOR_BUILD="@OS_FOR_BUILD@"
 export OUTPATH="@OUTPATH@"
 export OUTPATH_FOR_BUILD="@OUTPATH_FOR_BUILD@"
 export PATH_SEPERATOR="@P_SEP@"


More information about the Libreoffice-commits mailing list