components/libneon/patches/000-configure.patch
changeset 1037 336412dc83cf
parent 128 07d15f3ddf16
child 4070 de7938d475ad
child 4172 a6d468ddeb77
equal deleted inserted replaced
1036:3b51f60a0267 1037:336412dc83cf
     1 --- configure	2010-10-14 08:10:02.000000000 -0700
     1 --- configure	2011-05-03 05:25:31.000000000 -0700
     2 +++ configure	2011-03-11 12:28:20.660856505 -0800
     2 +++ configure	2012-10-08 15:14:24.436052062 -0700
     3 @@ -18897,7 +18897,7 @@
     3 @@ -12018,7 +12018,7 @@
     4  	  ;;
     4  	  ;;
     5  	esac
     5  	esac
     6        fi
     6        fi
     7 -      hardcode_libdir_flag_spec='-R$libdir'
     7 -      hardcode_libdir_flag_spec='-R$libdir'
     8 +      hardcode_libdir_flag_spec=''
     8 +      hardcode_libdir_flag_spec=''
     9        hardcode_shlibpath_var=no
     9        hardcode_shlibpath_var=no
    10        case $host_os in
    10        case $host_os in
    11        solaris2.[0-5] | solaris2.[0-5].*) ;;
    11        solaris2.[0-5] | solaris2.[0-5].*) ;;
    12 @@ -23116,6 +23116,7 @@
    12 @@ -14580,6 +14580,7 @@
    13      # in the --cflags output.
    13      # in the --cflags output.
    14      CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
    14      CPPFLAGS="$CPPFLAGS `$XML2_CONFIG --cflags | sed 's| -I/include||g'`"
    15      NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
    15      NEON_LIBS="$NEON_LIBS `$XML2_CONFIG --libs | sed 's|-L/usr/lib ||g'`"
    16 +    NEON_LIBS=`echo ${NEON_LIBS} | sed 's|-R/usr/lib ||g'`
    16 +    NEON_LIBS=`echo ${NEON_LIBS} | sed 's|-R/usr/lib ||g'`
    17  
    17      for ac_header in libxml/xmlversion.h libxml/parser.h
    18  
    18  do :
    19  for ac_header in libxml/xmlversion.h libxml/parser.h
    19    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`