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.lunak@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)
Context
- [Libreoffice] Tarball fetching broken with --with-system-libs · Lubos Lunak
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.