[ossim] 19/25: More changes to cmake settings

Francesco Lovergine frankie at moszumanska.debian.org
Wed Mar 5 13:54:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository ossim.

commit 0b3d9e7f425472b7d9fc46635672bd0c611bf994
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Mar 5 12:32:55 2014 +0100

    More changes to cmake settings
---
 debian/rules | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b604a1d..7a03a93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,15 @@ CMAKE_OPTS = \
        -DBUILD_OSSIM_ID_SUPPORT=ON \
        -DBUILD_OSSIM_MPI_SUPPORT=OFF \
        -DBUILD_OSSIM_TEST_APPS=ON \
-       -DBUILD_SHARED_LIBS=ON
+       -DBUILD_SHARED_LIBS=ON \
+	   -DGEOS_C_LIB=/usr/lib/libgeos_c.so \
+	   -DGEOS_INCLUDE_DIR=/usr/include/geos \
+	   -DGEOS_LIB=/usr/lib/libgeos.so \
+	   -DGEOS_LIBRARY=/usr/lib/libgeos.so;/usr/lib/libgeos_c.so \
+	   -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \
+	   -DGEOTIFF_LIBRARY=/usr/lib/libgeotiff.so
+
+
 
 override_dh_auto_configure:
 	[ -d debian/build ] || mkdir debian/build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git



More information about the Pkg-grass-devel mailing list