From 399a0157ef3cc0090bcc9cf48a2ac4f640771039 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Feb 2013 14:09:28 +0400 Subject: [PATCH] hdf5 fixes to build on debian squeeze 6.0 --- src/hdf5-3-fix-autoconf-version.patch | 2 +- src/hdf5.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index f01f3d13..c0075260 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -9,7 +9,7 @@ diff --git a/configure.ac b/configure.ac ## AC_REVISION($Id: configure.ac 22979 2012-10-27 00:14:40Z acheng $) -AC_PREREQ([2.69]) -+AC_PREREQ([2.68]) ++AC_PREREQ([2.67]) ## AC_INIT takes the name of the package, the version number, and an ## email address to report bugs. AC_CONFIG_SRCDIR takes a unique file diff --git a/src/hdf5.mk b/src/hdf5.mk index f13f8416..e7eaf1db 100644 --- a/src/hdf5.mk +++ b/src/hdf5.mk @@ -17,7 +17,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && autoreconf && ./configure \ + cd '$(1)' && autoreconf --force --install && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \ --disable-shared \