From 626050e86b7d5ca0c3bfc265cc33ce8e9d1bf195 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Aug 2021 08:10:39 +0200 Subject: 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 --- setup_native/Package_packinfo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_native') 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 -- cgit v1.2.3