getting closer to have it working on Darwin systems, still obscure

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@717 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-11-12 22:02:45 +00:00
rodzic 35036cdf9b
commit d9f261306c
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1582,12 +1582,13 @@ else
# yet detect zsh echo's removal of \ escapes.
# Hack from libtool mailing list to workaround a problem on Darwin --SF
# archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $linker_flags -install_name $rpath/$soname $verstring'
archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs $linker_flags -install_name $rpath/$soname $verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
hardcode_shlibpath_var=no
whole_archive_flag_spec='-all_load $convenience'
# whole_archive_flag_spec='-all_load $convenience'
whole_archive_flag_spec=
;;
freebsd1*)