]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-asneeded.patch
- release 9
[packages/gdal.git] / gdal-asneeded.patch
1 --- gdal-1.5.1/m4/ax_xerces.m4.orig     2007-12-07 01:26:11.000000000 +0100
2 +++ gdal-1.5.1/m4/ax_xerces.m4  2008-06-05 22:45:13.942715785 +0200
3 @@ -116,8 +116,8 @@
4          saved_CPPFLAGS="$CPPFLAGS"
5          CPPFLAGS="$CPPFLAGS -I$xerces_include_dir -I$xerces_include_dir2"
6  
7 -        saved_LDFLAGS="$LDFLAGS"
8 -        LDFLAGS="$LDFLAGS $xerces_lib_flags"
9 +        saved_LIBS="$LIBS"
10 +        LIBS="$LIBS $xerces_lib_flags"
11  
12          dnl
13          dnl Check Xerces headers
14 @@ -180,7 +180,7 @@
15          fi
16  
17          CPPFLAGS="$saved_CPPFLAGS"
18 -        LDFLAGS="$saved_LDFLAGS"
19 +        LIBS="$saved_LIBS"
20      fi
21  
22      AC_MSG_CHECKING([for Xerces C++ Parser])
This page took 0.027661 seconds and 3 git commands to generate.