Commit 75b2a6d7 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

tools: remove protoc pkgconfig files

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a34f2273
...@@ -279,6 +279,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2 ...@@ -279,6 +279,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2
.protoc: protobuf .protoc: protobuf
(cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install) (cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
(find $(PREFIX) -name 'protobuf*.pc' -exec rm -f {} \;)
touch $@ touch $@
CLEAN_PKG += protobuf CLEAN_PKG += protobuf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment