SQLite3 includes a configuration option "--enable-load-extension" (off by default) to allow external function library loading. I have created a port for extension-functions.c (found on: http://www.sqlite.org/contrib/), and I would like this SQLite3 build option in order to use the new port. Fix: See attached patch Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
glarkin 2010-03-05 19:31:38 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile Log: - Added OPTION to enable extension library loading PR: ports/143329 Submitted by: glarkin Approved by: maintainer timeout (mnag; 37 days) Feature safe: yes Revision Changes Path 1.40 +8 -1 ports/databases/sqlite3/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.