[vlc-devel] [PATCH 2/2] protoc: don't install pkgconfig files
Sean McGovern
gseanmcg at gmail.com
Sat Nov 1 15:43:38 CET 2014
---
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 e249918..93f5b4d 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -278,7 +278,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2
$(MOVE)
.protoc: protobuf
- (cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
+ (cd $< && sed -i.bak "/^install-data-am:/s/install-pkgconfigDATA//" Makefile.in && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
touch $@
CLEAN_PKG += protobuf
--
1.9.3 (Apple Git-50)
More information about the vlc-devel
mailing list