components/libneon/patches/000-configure.patch
changeset 1037 336412dc83cf
parent 128 07d15f3ddf16
child 4070 de7938d475ad
child 4172 a6d468ddeb77
--- a/components/libneon/patches/000-configure.patch	Wed Oct 31 04:43:31 2012 -0700
+++ b/components/libneon/patches/000-configure.patch	Mon Nov 05 09:26:49 2012 -0800
@@ -1,6 +1,6 @@
---- configure	2010-10-14 08:10:02.000000000 -0700
-+++ configure	2011-03-11 12:28:20.660856505 -0800
-@@ -18897,7 +18897,7 @@
+--- configure	2011-05-03 05:25:31.000000000 -0700
++++ configure	2012-10-08 15:14:24.436052062 -0700
+@@ -12018,7 +12018,7 @@
  	  ;;
  	esac
        fi
@@ -9,11 +9,11 @@
        hardcode_shlibpath_var=no
        case $host_os in
        solaris2.[0-5] | solaris2.[0-5].*) ;;
-@@ -23116,6 +23116,7 @@
+@@ -14580,6 +14580,7 @@
      # in the --cflags output.
      CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
      NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
 +    NEON_LIBS=`echo ${NEON_LIBS} | sed 's|-R/usr/lib ||g'`
- 
- 
- for ac_header in libxml/xmlversion.h libxml/parser.h
+     for ac_header in libxml/xmlversion.h libxml/parser.h
+ do :
+   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`