[vlc-commits] contrib: tiff: Fix existing updating of config.sub/guess
Martin Storsjö
git at videolan.org
Fri Jan 5 17:53:53 CET 2018
vlc/vlc-3.0 | branch: master | Martin Storsjö <martin at martin.st> | Sat Dec 16 21:40:06 2017 +0200| [a90c636158bfbe116c1c3c4001bc6ae7f1b3d300] | committer: Jean-Baptiste Kempf
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.
(cherry picked from commit 66167cd1a1e580af75b6737845e7c3f14cc9aab2)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a90c636158bfbe116c1c3c4001bc6ae7f1b3d300
---
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