[vlc-commits] tools: remove protoc pkgconfig files

Sean McGovern git at videolan.org
Sat Nov 15 12:30:40 CET 2014


vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Nov 11 16:51:06 2014 +0000| [75b2a6d7e048d284cec1c234924862f10dd6a401] | committer: Jean-Baptiste Kempf

tools: remove protoc pkgconfig files

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 extras/tools/tools.mak |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index e249918..45219b5 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -279,6 +279,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2
 
 .protoc: protobuf
 	(cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
+	(find $(PREFIX) -name 'protobuf*.pc' -exec rm -f {} \;)
 	touch $@
 
 CLEAN_PKG += protobuf



More information about the vlc-commits mailing list