[vlc-commits] contrib: tiff: Fix existing updating of config.sub/guess
    Martin Storsjö 
    git at videolan.org
       
    Thu Jan  4 21:55:08 CET 2018
    
    
  
vlc | branch: master | Martin Storsjö <martin at martin.st> | Sat Dec 16 21:40:06 2017 +0200| [66167cd1a1e580af75b6737845e7c3f14cc9aab2] | committer: Martin Storsjö
contrib: tiff: Fix existing updating of config.sub/guess
tiff-4.0.7 keeps these files in a subdirectory named "config",
so the previous $(UPDATE_AUTOCONFIG) actually had no effect at
all.
This fixes building for non-x86 windows platforms.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66167cd1a1e580af75b6737845e7c3f14cc9aab2
---
 contrib/src/tiff/rules.mak | 1 +
 1 file changed, 1 insertion(+)
diff --git a/contrib/src/tiff/rules.mak b/contrib/src/tiff/rules.mak
index 4f5b0fa8b7..9ae1f8f6cc 100644
--- a/contrib/src/tiff/rules.mak
+++ b/contrib/src/tiff/rules.mak
@@ -12,6 +12,7 @@ tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
 	$(UNPACK)
 	$(UPDATE_AUTOCONFIG)
 	$(MOVE)
+	mv tiff/config.sub tiff/config.guess tiff/config
 
 .tiff: tiff
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
    
    
More information about the vlc-commits
mailing list