[vlc-commits] contrib: vorbis: fix static linking with pkg-config

Rémi Denis-Courmont git at videolan.org
Sat Aug 6 13:14:49 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug  6 14:14:32 2016 +0300| [3b1c7151d6c5bafd72252112daafad99dee01b68] | committer: Rémi Denis-Courmont

contrib: vorbis: fix static linking with pkg-config

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b1c7151d6c5bafd72252112daafad99dee01b68
---

 contrib/src/vorbis/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index 45079dc..299891e 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -26,6 +26,7 @@ libvorbis: libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
 	$(UNPACK)
 	$(UPDATE_AUTOCONFIG)
 	$(APPLY) $(SRC)/vorbis/vorbis-bitcode.patch
+	$(call pkg_static,"vorbis.pc.in")
 	$(MOVE)
 
 DEPS_vorbis = ogg $(DEPS_ogg)



More information about the vlc-commits mailing list