SOURCES: gdal-dods.patch (NEW) - fix libdap includedir

qboosh qboosh at pld-linux.org
Sat Sep 3 16:28:37 CEST 2005


Author: qboosh                       Date: Sat Sep  3 14:28:37 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix libdap includedir

---- Files affected:
SOURCES:
   gdal-dods.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gdal-dods.patch
diff -u /dev/null SOURCES/gdal-dods.patch:1.1
--- /dev/null	Sat Sep  3 16:28:37 2005
+++ SOURCES/gdal-dods.patch	Sat Sep  3 16:28:32 2005
@@ -0,0 +1,14 @@
+--- gdal-1.3.0/configure.in.orig	2005-09-03 13:07:50.228591000 +0200
++++ gdal-1.3.0/configure.in	2005-09-03 15:46:35.931464216 +0200
+@@ -1396,9 +1396,11 @@
+     if test -x $DODS_BIN/opendap-config ; then 
+       dnl OPeNDAP 3.4 and earlier lack opendap-config, but use it if avail.
+       LIBS="$LIBS `$DODS_BIN/opendap-config --libs`"
++      DODS_INC="`$DODS_BIN/opendap-config --cflags`"
+     elif test -x $DODS_BIN/dap-config ; then 
+       dnl OPeNDAP 3.4 and earlier lack opendap-config, but use it if avail.
+       LIBS="$LIBS `$DODS_BIN/dap-config --libs`"
++      DODS_INC="`$DODS_BIN/dap-config --cflags`"
+     else
+       dnl Otherwise try to put things together in a more primitive way.
+       LIBS="$LIBS -L$DODS_LIB -ldap++ -lpthread -lrx"
================================================================



More information about the pld-cvs-commit mailing list