[Libreoffice-commits] core.git: configure.ac

Peter Foley pefoley2 at verizon.net
Mon Feb 25 18:20:10 PST 2013


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0318bea50d919a8b1d61c3f8bee6819616907a59
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Mon Feb 25 21:19:40 2013 -0500

    fix cross-compiling in separate work dir
    
    Change-Id: I17a30fde1b37e59dc0a8ab7b676115ab1aa5b4f2

diff --git a/configure.ac b/configure.ac
index c1934ce..3979d1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4100,7 +4100,7 @@ if test "$cross_compiling" = "yes"; then
     echo
     rm -rf CONF-FOR-BUILD config_build.mk
     mkdir CONF-FOR-BUILD
-    tar cf - \
+    (cd $SRC_ROOT && tar cf - \
         config.guess \
         config_host.mk.in \
         configure \
@@ -4112,7 +4112,7 @@ if test "$cross_compiling" = "yes"; then
         solenv/inc/langlist.mk \
         solenv/inc/postset.mk \
         solenv/inc/minor.mk.in \
-        instsetoo_native/util/openoffice.lst.in \
+        instsetoo_native/util/openoffice.lst.in) \
     | (cd CONF-FOR-BUILD && tar xf -)
     (
     unset COM GUI GUIBASE OS CPU CPUNAME


More information about the Libreoffice-commits mailing list