ports/112468: sysutils/bacula-server 2.0.3 port build fails for sqlite3 backend
John Hermes
John.Hermes at miami.k12.oh.us
Fri May 18 19:20:13 UTC 2007
The following reply was made to PR ports/112468; it has been noted by GNATS.
From: John Hermes <John.Hermes at miami.k12.oh.us>
To: bug-followup at FreeBSD.org, John.Hermes at miami.k12.oh.us
Cc:
Subject: Re: ports/112468: sysutils/bacula-server 2.0.3 port build fails for
sqlite3 backend
Date: Fri, 18 May 2007 14:29:48 -0400
Here's a diff that fixed compilation for me. It doesn't check for the
threaded sqlite3 library, though.
--- Makefile.orig Fri May 18 13:56:41 2007
+++ Makefile Fri May 18 14:01:29 2007
@@ -146,7 +146,7 @@
SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql
.elif defined(WITH_SQLITE3)
CONFIGURE_ARGS+= --with-sqlite3=yes
-LIB_DEPENDS+= sqlite3-threads>=0:${PORTSDIR}/databases/sqlite3-threads
+LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3-threads
DBTYPE= sqlite3
.else
CONFIGURE_ARGS+= --with-sqlite=yes
More information about the freebsd-ports-bugs
mailing list