Bug 192021 - dns/opendnssec fails to build with SQLite and alternate LOCALBASE
Summary: dns/opendnssec fails to build with SQLite and alternate LOCALBASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 20:15 UTC by Erick Turnquist
Modified: 2014-07-23 08:06 UTC (History)
2 users (show)

See Also:


Attachments
patch (429 bytes, patch)
2014-07-21 20:15 UTC, Erick Turnquist
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erick Turnquist 2014-07-21 20:15:03 UTC
Created attachment 144858 [details]
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.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-22 14:14:26 UTC
notify maintainer
Comment 2 Jaap Akkerhuis 2014-07-22 18:58:28 UTC
I wonder how this happened. Anyway, I added th fixe to the upgrade I was just uploading, see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192023>.

        jaap
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2014-07-23 08:06:38 UTC
Committed, thanks!

I did take the liberty to add bin/ods-getconf and man/man8/ods-getconf.8.gz to pkg-plist.