[hdf4] 03/05: Don't copy configufiles to fmpool (dir no longer exists)
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Wed Aug 27 20:10:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository hdf4.
commit 30c1e6dc8a334b0213ce93cc39b654352e73a7b2
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Mon Aug 18 16:51:42 2014 +0200
Don't copy configufiles to fmpool (dir no longer exists)
---
debian/rules | 2 --
1 file changed, 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index eb307df..95d6435 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,6 @@ stamps/configure-stamp: patch
# build the 'regular' netcdf-clashing flavor.
cd HDF4 \
&& cp /usr/share/misc/config.sub bin/. && cp /usr/share/misc/config.guess bin/. \
- && cp /usr/share/misc/config.sub hdf/fmpool/. && cp /usr/share/misc/config.guess hdf/fmpool/. \
&& F77="$(F77)" CC="$(CC)" CXX="$(CXX)" ./configure --prefix=/usr --includedir=/usr/include/hdf \
--enable-shared --enable-fortran
# ./hdf/fmpool/config.sub
@@ -90,7 +89,6 @@ stamps/configure-stamp: patch
# build a netcdf compatible flavor, without fortran functions.
cd HDF4_ALT \
&& cp /usr/share/misc/config.sub bin/. && cp /usr/share/misc/config.guess bin/. \
- && cp /usr/share/misc/config.sub hdf/fmpool/. && cp /usr/share/misc/config.guess hdf/fmpool/. \
&& CC="$(CC)" CXX="$(CXX)" ./configure --prefix=/usr --includedir=/usr/include/hdf --disable-netcdf \
--enable-shared --disable-fortran
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git
More information about the Pkg-grass-devel
mailing list