Hello,

 could somebody who understands tarball fetching review the attached patch? I 
did make clean, pulled, configured with --with-systems-libs and during make I 
get:

dmake:  Error: -- 
`./unxlngx6.pro/misc/4bb835ea2225c8f5f6c2b2e63d25993c-libvisio-0.0.1.unpack' 
not found, and can't be made

 This seems to be a result of b246ad5ff409a7a51091c0b3c1fe50e0eb468fc4 in 
bootstrap and libvisio version update since my last build. The attached patch 
fixes the problem for me, but since I have no idea why those checks were 
there, I'm just checking.

-- 
 Lubos Lunak
 l.lu...@suse.cz
diff --git a/configure.in b/configure.in
index 217d8df..bda4ece 100755
--- a/configure.in
+++ b/configure.in
@@ -1959,8 +1959,7 @@ if test -z "$TARFILE_LOCATION"; then
 fi
 AC_SUBST(TARFILE_LOCATION)
 
-if test "z$enable_fetch_external" != "zno" \
-   && test -z "$with_system_libs" -a "$with_system_jars" != "no"; then
+if test "z$enable_fetch_external" != "zno" ; then
    DO_FETCH_TARBALLS="YES"
 fi
 AC_SUBST(DO_FETCH_TARBALLS)
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to