Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 83ef420 commit a003d71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -31445,6 +31445,7 @@ bsdi)
TAPEDRIVE="/dev/nrmt0"
PTHREAD_LIB="-pthread"
CFLAGS="${CFLAGS} -pthread"
CXXFLAGS="${CXXFLAGS} -pthread"
PSCMD="ps -ax -o pid,command"
lld="qd"
llu="qu"
Expand Down Expand Up @@ -31483,6 +31484,7 @@ freebsd)
if test x$VER = x4 ; then
PTHREAD_LIB="${PTHREAD_LIBS:--pthread}"
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS:--pthread}"
CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS:--pthread}"
fi
lld="qd"
llu="qu"
Expand All @@ -31507,6 +31509,7 @@ hurd)
hpux)
PSCMD="UNIX95=1; ps -e -o pid,comm"
CFLAGS="${CFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
CXXFLAGS="${CXXFLAGS} -D_XOPEN_SOURCE_EXTENDED=1"
TAPEDRIVE="/dev/rmt/0hnb"
PTHREAD_LIB="-lpthread"

Expand All @@ -31529,6 +31532,7 @@ netbsd)
PSCMD="ps -ax -o pid,command"
PTHREAD_LIB="-pthread"
CFLAGS="${CFLAGS} -pthread"
CXXFLAGS="${CXXFLAGS} -pthread"
;;
openbsd)
lld="qd"
Expand All @@ -31537,6 +31541,7 @@ openbsd)
PSCMD="ps -ax -o pid,command"
PTHREAD_LIB="-pthread"
CFLAGS="${CFLAGS} -pthread"
CXXFLAGS="${CXXFLAGS} -pthread"
PFILES="${PFILES} \
platforms/openbsd/Makefile \
platforms/openbsd/bareos-fd \
Expand Down Expand Up @@ -31568,7 +31573,7 @@ gentoo)
PSCMD="ps -e -o pid,command"
PFILES="${PFILES} \
platforms/gentoo/Makefile \
platforms/gentoo/bareos-init \
platforms/gentoo/bareos-init \
platforms/gentoo/bareos-fd \
platforms/gentoo/bareos-sd \
platforms/gentoo/bareos-dir"
Expand Down

0 comments on commit a003d71

Please sign in to comment.