Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 20:15:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192021] New: dns/opendnssec fails to build with SQLite and alternate LOCALBASE
Message-ID:  <bug-192021-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192021

            Bug ID: 192021
           Summary: dns/opendnssec fails to build with SQLite and
                    alternate LOCALBASE
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jhujhiti@adjectivism.org

Created attachment 144858
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144858&action=edit
patch

It looks like SVN r352675 was a regression with respect to PR 179606. The issue
is back. SQLite installed in an alternate (ie., non-/usr/local) location will
not be found by the configure script without --with-sqlite3=/path/to/sqlite.

This is easily fixed with +CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}. A
patch against the latest version of the Makefile is attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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