mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Added fix for freebsd shared libs
This commit is contained in:
parent
7f6c630404
commit
ed30457af8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user