[ossim] 21/25: Fixed wrong arg in cmake call

Francesco Lovergine frankie at moszumanska.debian.org
Wed Mar 5 13:54:33 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 9e85012f754d282dc2eeddcae3aafce37a8e9fdd
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Mar 5 13:16:37 2014 +0100

    Fixed wrong arg in cmake call
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 21b7a64..2065628 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ CMAKE_OPTS = \
 	   -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 \
+	   -DGEOS_LIBRARY="/usr/lib/libgeos.so;/usr/lib/libgeos_c.so" \
 	   -DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff \
 	   -DGEOTIFF_LIBRARY=/usr/lib/libgeotiff.so
 

-- 
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