[vlc-devel] [PATCH 5/5] contrib: nettle: fix android build
Rafaël Carré
funman at videolan.org
Tue Dec 27 03:30:26 CET 2011
run autoreconf -ivf
also run libtoolize -ivf so config.sub is updated properly
(this package doesn't use automake)
---
contrib/src/nettle/rules.mak | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/src/nettle/rules.mak b/contrib/src/nettle/rules.mak
index d02ae14..f057769 100644
--- a/contrib/src/nettle/rules.mak
+++ b/contrib/src/nettle/rules.mak
@@ -17,6 +17,7 @@ nettle: nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
DEPS_nettle = gmp $(DEPS_gmp)
.nettle: nettle
+ $(RECONF) && libtoolize -ivf
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
--
1.7.7.3
More information about the vlc-devel
mailing list