Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58165 | Differences between
and this patch

Collapse All | Expand All

(-)pcre-4.5.orig/configure (-3 / +3 lines)
Lines 5122-5132 Link Here
5122
    # FIXME: Relying on posixy $() will cause problems for
5122
    # FIXME: Relying on posixy $() will cause problems for
5123
    #        cross-compilation, but unfortunately the echo tests do not
5123
    #        cross-compilation, but unfortunately the echo tests do not
5124
    #        yet detect zsh echo's removal of \ escapes.
5124
    #        yet detect zsh echo's removal of \ escapes.
5125
    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
5125
    archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $tmp_verstring'
5126
    # We need to add '_' to the symbols in $export_symbols first
5126
    # We need to add '_' to the symbols in $export_symbols first
5127
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
5127
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
5128
    hardcode_direct=yes
5128
    hardcode_direct=no
5129
    hardcode_shlibpath_var=no
5129
    hardcode_shlibpath_var=yes
5130
    whole_archive_flag_spec='-all_load $convenience'
5130
    whole_archive_flag_spec='-all_load $convenience'
5131
    ;;
5131
    ;;
(-)pcre-4.5.orig/ltmain.sh (+5 lines)
Lines 2990-2995 Link Here
2990
	    done
2990
	    done
2991
	    deplibs="$tmp_deplibs"
2991
	    deplibs="$tmp_deplibs"
2992
	  done
2992
	  done
2993
	  if test "x$verstring" = "x0.0"; then
2994
	    tmp_verstring=
2995
	  else
2996
	    tmp_verstring="$verstring"
2997
	  fi
2993
	  eval cmds=\"$archive_cmds\"
2998
	  eval cmds=\"$archive_cmds\"
2994
	  deplibs="$save_deplibs"
2999
	  deplibs="$save_deplibs"
2995
	fi
3000
	fi

Return to bug 58165