1234567891011121314151617181920 |
- --- aalib-1.4.0/ltconfig.foo 2007-05-04 08:47:13.000000000 -0400
- +++ aalib-1.4.0/ltconfig 2007-05-04 08:48:26.000000000 -0400
- @@ -1994,16 +1994,6 @@ linux-gnu*)
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- deplibs_check_method=pass_all
- -
- - if test -f /lib/ld.so.1; then
- - dynamic_linker='GNU ld.so'
- - else
- - # Only the GNU ld.so supports shared libraries on MkLinux.
- - case "$host_cpu" in
- - powerpc*) dynamic_linker=no ;;
- - *) dynamic_linker='Linux ld.so' ;;
- - esac
- - fi
- ;;
-
- netbsd*)
|