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

Collapse All | Expand All

(-)guile-1.6.4.orig/configure (-3 / +3 lines)
Lines 6271-6281 Link Here
6271
    #        cross-compilation, but unfortunately the echo tests do not
6271
    #        cross-compilation, but unfortunately the echo tests do not
6272
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
6272
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
6273
    #	     `"' quotes if we put them in here... so don't!
6273
    #	     `"' quotes if we put them in here... so don't!
6274
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
6274
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) -flat_namespace -undefined suppress -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
6275
    # We need to add '_' to the symbols in $export_symbols first
6275
    # We need to add '_' to the symbols in $export_symbols first
6276
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
6276
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
6277
    hardcode_direct=yes
6277
    hardcode_direct=no
6278
    hardcode_shlibpath_var=no
6278
    hardcode_shlibpath_var=yes
6279
    whole_archive_flag_spec='-all_load $convenience'
6279
    whole_archive_flag_spec='-all_load $convenience'
6280
    ;;
6280
    ;;
6281
6281
(-)guile-1.6.4.orig/guile-readline/configure (-3 / +3 lines)
Lines 5762-5772 Link Here
5762
    #        cross-compilation, but unfortunately the echo tests do not
5762
    #        cross-compilation, but unfortunately the echo tests do not
5763
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
5763
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
5764
    #	     `"' quotes if we put them in here... so don't!
5764
    #	     `"' quotes if we put them in here... so don't!
5765
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
5765
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) -flat_namespace -undefined suppress -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
5766
    # We need to add '_' to the symbols in $export_symbols first
5766
    # We need to add '_' to the symbols in $export_symbols first
5767
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
5767
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
5768
    hardcode_direct=yes
5768
    hardcode_direct=no
5769
    hardcode_shlibpath_var=no
5769
    hardcode_shlibpath_var=yes
5770
    whole_archive_flag_spec='-all_load $convenience'
5770
    whole_archive_flag_spec='-all_load $convenience'
5771
    ;;
5771
    ;;
5772
5772

Return to bug 62277