Skip to content
Snippets Groups Projects
Commit 9de43f94 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

contrib: gnutls: publish package deps later (fixes #26520)

The whole Requires.private stanza, not just its value, is expanded by
config.status from the configure script. So the conversion from private
to public must be done after expansion.
parent 32b3f47b
No related branches found
No related tags found
1 merge request!1270contrib: gnutls: publish package deps later (fixes #26520)
Pipeline #182353 passed with stage
in 50 minutes and 12 seconds
......@@ -37,7 +37,6 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.xz .sum-gnutls
# fix i686 UWP builds as they were using CertEnumCRLsInStore via invalid LoadLibrary
$(APPLY) $(SRC)/gnutls/0001-fix-mingw64-detection.patch
$(call pkg_static,"lib/gnutls.pc.in")
$(UPDATE_AUTOCONFIG)
$(MOVE)
......@@ -80,6 +79,7 @@ endif
.gnutls: gnutls
cd $< && $(GNUTLS_ENV) ./configure $(GNUTLS_CONF)
$(call pkg_static,"lib/gnutls.pc")
cd $< && $(MAKE) -C gl install
cd $< && $(MAKE) -C lib install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment