[vlc-commits] [Git][videolan/vlc][master] contrib: gnutls: publish package deps later (fixes #26520)
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Jan 22 10:36:53 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
9de43f94 by Rémi Denis-Courmont at 2022-01-22T09:04:31+00:00
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.
- - - - -
1 changed file:
- contrib/src/gnutls/rules.mak
Changes:
=====================================
contrib/src/gnutls/rules.mak
=====================================
@@ -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 $@
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9de43f9400fb9aceaa23345c8ba212311322c577
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9de43f9400fb9aceaa23345c8ba212311322c577
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list