summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-08-06 08:10:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-08-06 09:16:54 +0200
commit626050e86b7d5ca0c3bfc265cc33ce8e9d1bf195 (patch)
tree7189a3606a0334546586723ab5c6c40a73ad1992 /setup_native
parent43d6a33dddd339b0bc8d42fece9e22dc44c9da57 (diff)
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@redhat.com>
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/Package_packinfo.mk2
1 files changed, 1 insertions, 1 deletions
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