The following commit has been merged in the master branch:
commit b92d59d6d5b7477a7a7c3a8411bedf65600aa672
Author: Sylvestre Ledru <[email protected]>
Date: Sun Sep 30 16:30:49 2012 +0200
Use general compiler def instead of hardcoded declaration to gcc
diff --git a/debian/rules b/debian/rules
index e7e43b9..df21f4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,7 +116,7 @@ configure-stamp: configure-stamp-debian
dh_testdir
-mkdir debian/build
# configure serial version
- cd debian/build && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"
FFLAGS="$(FFLAGS)" CXX=g++ FC=gfortran \
+ cd debian/build && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"
FFLAGS="$(FFLAGS)" CC=/usr/bin/cc CXX=/usr/bin/c++ FC=gfortran \
../../configure $(CONFIGURE_FLAGS) $(SERIAL_ONLY_FLAGS) || {
cat config.log; exit 1; }
touch $@
--
Hierarchical Data Format 5 (HDF5)
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel