]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- fix libdap includedir
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Sep 2005 14:28:32 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-dods.patch -> 1.1

gdal-dods.patch [new file with mode: 0644]

diff --git a/gdal-dods.patch b/gdal-dods.patch
new file mode 100644 (file)
index 0000000..c836503
--- /dev/null
@@ -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"
This page took 0.035516 seconds and 4 git commands to generate.