[Libreoffice-commits] core.git: setup_native/Package_packinfo.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 6 07:17:27 UTC 2021
setup_native/Package_packinfo.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 626050e86b7d5ca0c3bfc265cc33ce8e9d1bf195
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Aug 6 08:10:39 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Aug 6 09:16:54 2021 +0200
gb_Package_Package must specify a directory
...even if unused, as otherwise a minimal --without-java build (i.e., where the
ifeq in setup_native/Package_packinfo.mk actually triggers) failed with
> setup_native/Package_packinfo.mk:18: *** gb_Package__check: Package setup_native_packinfo has not been defined. Stop.
Change-Id: I0fa3640448da333294ee2ab25183df1ffee22533
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120094
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/setup_native/Package_packinfo.mk b/setup_native/Package_packinfo.mk
index 18560b2f0694..b2064c46c36b 100644
--- a/setup_native/Package_packinfo.mk
+++ b/setup_native/Package_packinfo.mk
@@ -7,7 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,setup_native_packinfo))
+$(eval $(call gb_Package_Package,setup_native_packinfo,$(SRCDIR)))
# Check if any bundled extensions are installed (where ENABLE_JAVA covers Extension_nlpsolver, cf.
# nlpsolver/Module_nlpsolver.mk); if none are installed, then gb_Package_add_empty_directory is
More information about the Libreoffice-commits
mailing list