56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
$OpenBSD: patch-configure,v 1.16 2014/05/21 10:12:34 ajacoutot Exp $
|
|
--- configure.orig Sun May 11 12:34:12 2014
|
|
+++ configure Wed May 21 10:05:14 2014
|
|
@@ -4776,7 +4776,7 @@ $as_echo "no" >&6; }
|
|
fi
|
|
|
|
|
|
-if test ! -e $CXX; then
|
|
+if test ! -e `which $CXX`; then
|
|
as_fn_error $? "Unable to find C++ compiler" "$LINENO" 5
|
|
fi
|
|
|
|
@@ -16708,7 +16708,7 @@ if test x$use_libtool != xno; then
|
|
LIBTOOL_INSTALL_TARGET="libtool-install"
|
|
LIBTOOL_UNINSTALL_TARGET="libtool-uninstall"
|
|
LIBTOOL_CLEAN_TARGET="libtool-clean"
|
|
- QMAKE_LIBTOOL="${BUILD_DIR}/libtool"
|
|
+ QMAKE_LIBTOOL="${LIBTOOL}"
|
|
FD_PLUGIN_DIR="src/plugins/fd"
|
|
have_plugins=yes
|
|
else
|
|
@@ -22319,7 +22319,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
|
|
|
|
$as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
|
|
|
- CONS_LIBS="-lreadline -lhistory ${TERM_LIB}"
|
|
+ CONS_LIBS="-lreadline ${TERM_LIB}"
|
|
got_readline="yes"
|
|
|
|
else
|
|
@@ -22358,7 +22358,7 @@ $as_echo "#define HAVE_READLINE 1" >>confdefs.h
|
|
|
|
got_readline="yes"
|
|
CONS_INC="-I${TOP_DIR}/depkgs/readline"
|
|
- CONS_LIBS="-lreadline -lhistory ${TERM_LIB}"
|
|
+ CONS_LIBS="-lreadline ${TERM_LIB}"
|
|
CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
|
|
PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
|
|
|
|
@@ -30546,6 +30546,7 @@ openbsd)
|
|
DISTVER=`uname -a |awk '{print $3}'`
|
|
lld="qd"
|
|
llu="qu"
|
|
+ COMPRESS_MANPAGES=
|
|
TAPEDRIVE="/dev/nrst0"
|
|
PSCMD="ps -ax -o pid,command"
|
|
PTHREAD_LIB="-pthread"
|
|
@@ -30555,6 +30556,7 @@ openbsd)
|
|
platforms/openbsd/bacula-fd \
|
|
platforms/openbsd/bacula-sd \
|
|
platforms/openbsd/bacula-dir"
|
|
+ largefile_support="yes"
|
|
;;
|
|
redhat)
|
|
if test -f /etc/whitebox-release ; then
|