Added fix for freebsd shared libs

This commit is contained in:
cls%seawood.org 1998-10-30 00:12:20 +00:00
parent 7f6c630404
commit ed30457af8

View File

@ -126,6 +126,9 @@ case "$target" in
alpha-*-linux*)
CFLAGS="$CFLAGS -mieee" ;;
*-freebsd*)
DSO_LDOPTS='-Bshareable' ;;
esac
dnl Checks for typedefs, structures, and compiler characteristics.