[vlc-commits] extras/tools: remove liblzma pkgconfig file
Sean McGovern
git at videolan.org
Fri Jun 26 20:37:29 CEST 2015
vlc/vlc-2.2 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Jun 23 16:04:39 2015 -0400| [cbbd0e6ffc86a9667ba1201c7bf6d95a4fb4cb73] | committer: Felix Paul Kühne
extras/tools: remove liblzma pkgconfig file
Prevent contribs from picking up the dependency here.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit da441b234fde4def6b81699cd6efe2db60bbaa40)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=cbbd0e6ffc86a9667ba1201c7bf6d95a4fb4cb73
---
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 84233bc..7aa9c92 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