Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2007 19:20:13 GMT
From:      John Hermes <John.Hermes@miami.k12.oh.us>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/112468: sysutils/bacula-server 2.0.3 port build fails for sqlite3 backend
Message-ID:  <200705181920.l4IJKDWP096737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/112468; it has been noted by GNATS.

From: John Hermes <John.Hermes@miami.k12.oh.us>
To: bug-followup@FreeBSD.org, John.Hermes@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705181920.l4IJKDWP096737>