[vlc-devel] [PATCH 1/3] contrib: tiff: Ensure we only build & install the lib

Steve Lhomme robux4 at ycbcr.xyz
Thu Apr 2 10:54:34 CEST 2020


On 2020-04-02 10:50, Hugo Beauzée-Luyssen wrote:
> ---
>   contrib/src/tiff/rules.mak | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/src/tiff/rules.mak b/contrib/src/tiff/rules.mak
> index 378bd538de..da119ad8ca 100644
> --- a/contrib/src/tiff/rules.mak
> +++ b/contrib/src/tiff/rules.mak
> @@ -22,5 +22,5 @@ tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
>   		--disable-cxx \
>   		--without-x
>   	cd $< && $(MAKE) -C port && $(MAKE) -C libtiff
> -	cd $< && $(MAKE) install
> +	cd $< && $(MAKE) -C libtiff install

do we need to build "port" then ?

>   	touch $@
> -- 
> 2.20.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list