[vlc-devel] [PATCH 1/3] contrib: tiff: Ensure we only build & install the lib
Steve Lhomme
robux4 at ycbcr.xyz
Thu Apr 2 11:10:42 CEST 2020
OK then
On 2020-04-02 11:01, Hugo Beauzée-Luyssen wrote:
> On Thu, Apr 2, 2020, at 10:54 AM, Steve Lhomme wrote:
>> 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
>>>
>
> We do
> make[2]: *** No rule to make target '../port/libport.la', needed by 'libtiff.la'. Stop.
> make[2]: Leaving directory '/home/chouquette/dev/vlc/contrib/contrib-win32/tiff/libtiff'
> Makefile:495: recipe for target 'all' failed
> make[1]: *** [all] Error 2
>
>
> --
> Hugo Beauzée-Luyssen
> hugo at beauzee.fr
> _______________________________________________
> 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