More FreeBSD build fixes.
This commit is contained in:
parent
80dfa72c8f
commit
ba4869514e
|
@ -245,6 +245,7 @@ if test x$we_have_sed = xyes; then
|
||||||
x=`echo $build_os |tr A-Z a-z |sed "s/.*freebsd.*/freebsd/"`
|
x=`echo $build_os |tr A-Z a-z |sed "s/.*freebsd.*/freebsd/"`
|
||||||
if test x$x = xfreebsd; then
|
if test x$x = xfreebsd; then
|
||||||
this_is_freebsd=yes
|
this_is_freebsd=yes
|
||||||
|
LDFLAGS="$LDFLAGS -pthread"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_RESULT([$this_is_freebsd])
|
AC_MSG_RESULT([$this_is_freebsd])
|
||||||
|
@ -269,10 +270,6 @@ AC_CHECK_FUNCS([memset strrchr])
|
||||||
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
|
CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE"
|
||||||
LDFLAGS="$LDFLAGS -no-undefined"
|
LDFLAGS="$LDFLAGS -no-undefined"
|
||||||
|
|
||||||
if test x$this_is_freebsd = x$yes; then
|
|
||||||
LDFLAGS="$LDFLAGS -pthread"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl Add Makefile conditionals
|
dnl Add Makefile conditionals
|
||||||
AM_CONDITIONAL(BUILD_ZLIB, test x$enable_internal_zlib = xyes)
|
AM_CONDITIONAL(BUILD_ZLIB, test x$enable_internal_zlib = xyes)
|
||||||
AM_CONDITIONAL(BUILD_TEST_PHYSFS, test x$enable_testprog = xyes)
|
AM_CONDITIONAL(BUILD_TEST_PHYSFS, test x$enable_testprog = xyes)
|
||||||
|
|
Loading…
Reference in New Issue