components/libneon/patches/000-configure.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 2422 c2dac4420bc6
child 4070 de7938d475ad
child 4172 a6d468ddeb77
permissions -rw-r--r--
Close of build 10.

--- configure	2011-05-03 05:25:31.000000000 -0700
+++ configure	2012-10-08 15:14:24.436052062 -0700
@@ -12018,7 +12018,7 @@
 	  ;;
 	esac
       fi
-      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_shlibpath_var=no
       case $host_os in
       solaris2.[0-5] | solaris2.[0-5].*) ;;
@@ -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
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`