[vlc-devel] [PATCH 2/2] protoc: don't install pkgconfig files
Sean McGovern
gseanmcg at gmail.com
Sat Nov 1 15:50:46 CET 2014
Please reject/ignore this 2/2 -- in-place sed on Solaris does not work.
This is fixed elsewhere in extras/tools/ but it is not reasonable to expect
GNU sed to be built at this stage.
1/2 is still OK.
Thanks,
Sean McG.
On Sat, Nov 1, 2014 at 10:43 AM, Sean McGovern <gseanmcg at gmail.com> wrote:
> ---
> 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)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20141101/c9c4ae26/attachment.html>
More information about the vlc-devel
mailing list