Guest User

busybox configure

a guest
Aug 20th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.83 KB | None | 0 0
  1. --- configure.orig
  2. +++ configure
  3. @@ -16753,6 +16753,7 @@
  4.        enable_shared_with_static_runtimes=yes
  5.        export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
  6.        exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
  7. +     file_list_spec='@'
  8.  
  9.        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  10.          archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  11. --- configure.orig
  12. +++ configure
  13. @@ -18095,7 +18096,8 @@
  14.      mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
  15.      *) lt_sed_strip_eq='s|=/|/|g' ;;
  16.    esac
  17. -  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
  18. +  backslash_to_forward_slash='s|\\|/|g'
  19. +  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq -e $backslash_to_forward_slash`
  20.    case $lt_search_path_spec in
  21.    *\;*)
  22.      # if the path contains ";" then we assume it to be the separator
  23. --- configure.orig
  24. +++ configure
  25. @@ -20440,7 +20442,8 @@
  26.       allow_undefined_flag_CXX=unsupported
  27.       always_export_symbols_CXX=no
  28.       enable_shared_with_static_runtimes_CXX=yes
  29. -
  30. +      file_list_spec='@'
  31. +    
  32.       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  33.         archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  34.         # If the export-symbols file already is a .def file, use it as
  35.  
Advertisement
Add Comment
Please, Sign In to add comment