This is an automated email from the git hooks/post-receive script. frankie pushed a commit to branch master in repository ossim.
commit 9e7cb4abd234f5372457ecc3f358983153396e25 Author: Francesco Paolo Lovergine <[email protected]> Date: Mon Mar 19 09:57:12 2012 +0100 Fixed geotiff/tiff detection. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 6077d1f..c002bac 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,8 @@ install/ossim-core:: # Add here any variable or target overrides you need. -DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --datadir=/usr/share --includedir=/usr/include --with-jpeg=yes \ - --with-libtiff=/usr --with-geotiff=/usr/include/geotiff --with-openthreads= \ +DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --datadir=/usr/share --includedir=/usr/include --with-jpeg= \ + --with-libtiff= --with-geotiff= --with-openthreads= \ --enable-singleSharedOssimLibrary --enable-singleStaticOssimLibrary \ --with-freetype=/usr --with-mpi=no $(OPTFLAG) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

