[vlc-devel] [PATCH] contrib: zlib: Set the CHOST variable
Martin Storsjö
martin at martin.st
Mon Apr 1 23:02:20 CEST 2013
This fixes cross compilation from OS X.
---
Please test on other systems/setups.
---
contrib/src/zlib/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/zlib/rules.mak b/contrib/src/zlib/rules.mak
index 4e07918..e0b90f8 100644
--- a/contrib/src/zlib/rules.mak
+++ b/contrib/src/zlib/rules.mak
@@ -18,6 +18,6 @@ zlib: zlib-$(ZLIB_VERSION).tar.gz .sum-zlib
$(MOVE)
.zlib: zlib
- cd $< && $(HOSTVARS) ./configure --prefix=$(PREFIX) --static
+ cd $< && $(HOSTVARS) CHOST=$(HOST) ./configure --prefix=$(PREFIX) --static
cd $< && $(MAKE) install
touch $@
--
1.7.9.4
More information about the vlc-devel
mailing list