summaryrefslogtreecommitdiffstats
path: root/src/hdf4.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-05 11:45:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-05 11:45:26 (GMT)
commitc1f8f45486d9c315a331b508589b0570d2ef08c2 (patch)
treefd02f1c0ae766d78b7007ecde61f9766f4b6cb92 /src/hdf4.mk
parente792db019afb9957468e0be9006beb9a0ff38d9f (diff)
downloadmxe-c1f8f45486d9c315a331b508589b0570d2ef08c2.zip
mxe-c1f8f45486d9c315a331b508589b0570d2ef08c2.tar.gz
mxe-c1f8f45486d9c315a331b508589b0570d2ef08c2.tar.bz2
package hdf4: run libtoolize before autoreconf
Diffstat (limited to 'src/hdf4.mk')
-rw-r--r--src/hdf4.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf4.mk b/src/hdf4.mk
index 904940b..3415451 100644
--- a/src/hdf4.mk
+++ b/src/hdf4.mk
@@ -14,6 +14,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && $(LIBTOOLIZE) --force
cd '$(1)' && autoreconf && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \