[vlc-commits] extras/tools: remove liblzma pkgconfig file
Sean McGovern
git at videolan.org
Fri Jun 26 11:34:29 CEST 2015
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Jun 23 16:04:39 2015 -0400| [da441b234fde4def6b81699cd6efe2db60bbaa40] | committer: Jean-Baptiste Kempf
extras/tools: remove liblzma pkgconfig file
Prevent contribs from picking up the dependency here.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da441b234fde4def6b81699cd6efe2db60bbaa40
---
extras/tools/tools.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 70404d2..aac8a52 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -121,7 +121,7 @@ xz: xz-$(XZ_VERSION).tar.bz2
$(MOVE)
.xz: xz
- (cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
+ (cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install && rm $(PREFIX)/lib/pkgconfig/liblzma.pc)
touch $@
CLEAN_PKG += xz
More information about the vlc-commits
mailing list