ports/sysutils/bacula-server/files/patch-configure
Lars Koeller e69963b304 o) Update to 1.36.2 (PR ports/78477)
o) Fix autoconf problem with pthread lib in conjuction with
   compile for postgresql as database
   (tracked down by "Anthony Chavez" <acc@anthonychavez.org>)

PR:		ports/78477
Submitted by:	Dan Langille <dan@langille.org>
2005-03-12 07:28:45 +00:00

21 lines
548 B
Text

*** configure.org Sun Mar 6 16:46:54 2005
--- configure Sun Mar 6 16:49:20 2005
***************
*** 21037,21044 ****
DISTVER=`uname -a |awk '{print $3}'`
VER=`echo $DISTVER | cut -c 1`
if test x$VER = x4 ; then
! PTHREAD_LIB="-pthread"
! CFLAGS="${CFLAGS} -pthread"
fi
lld="qd"
llu="qu"
--- 21037,21044 ----
DISTVER=`uname -a |awk '{print $3}'`
VER=`echo $DISTVER | cut -c 1`
if test x$VER = x4 ; then
! PTHREAD_LIB="${PTHREAD_LIBS}"
! CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
fi
lld="qd"
llu="qu"