Using make on configure fails to find sqlite3_open and port compiling without sqlite support. But running ./configure from work directory finds sqlite3_open and enables sqlite support on compiling.
Previous version of port (3.0_1 22 Nov 2014 20:40:09) works fine.
Is this still a problem with 3.1?
(In reply to Raphael Kubo da Costa from comment #2) The problem is with 3.1. Previous version builds fine.
Is that with the SQLITE option enabled or disabled? I just tried both here with Poudriere and an 11amd64 jail and they worked fine. Can you attach a build log showing the problem to this bug report?
Created attachment 167532 [details] see lines 122-124
Thanks, I can see the problem now.
A commit references this bug: Author: rakuco Date: Mon Feb 29 00:30:41 UTC 2016 New revision: 409792 URL: https://svnweb.freebsd.org/changeset/ports/409792 Log: Fix the port's configure script to properly detect SQLite3. This has been broken since r397227 ("Upgrade to 3.1"): the port's build system passes -ldl when trying to detect SQLite3. Since this will always fail on FreeBSD, SQLite3 support will always be disabled as well. PR: 203424 MFH: 2016Q1 Changes: head/databases/libzdb/Makefile head/databases/libzdb/files/ head/databases/libzdb/files/patch-configure
Fixed, thanks for the report.
(In reply to commit-hook from comment #7) Thank you.
A commit references this bug: Author: rakuco Date: Wed Mar 2 16:22:10 UTC 2016 New revision: 409952 URL: https://svnweb.freebsd.org/changeset/ports/409952 Log: MFH: r409792 Fix the port's configure script to properly detect SQLite3. This has been broken since r397227 ("Upgrade to 3.1"): the port's build system passes -ldl when trying to detect SQLite3. Since this will always fail on FreeBSD, SQLite3 support will always be disabled as well. PR: 203424 Approved by: ports-secteam (junovitch) Changes: _U branches/2016Q1/ branches/2016Q1/databases/libzdb/Makefile branches/2016Q1/databases/libzdb/files/
A commit references this bug: Author: rakuco Date: Thu Mar 3 10:01:10 UTC 2016 New revision: 410019 URL: https://svnweb.freebsd.org/changeset/ports/410019 Log: Partially revert r409952. Switch back to USE_SQLITE=3 instead of USES=sqlite because the 2016Q1 branch does not support the latter. PR: 203424 Approved by: portmgr (antoine) Changes: branches/2016Q1/databases/libzdb/Makefile