Bug 143329 - [PATCH] Add option to enable loadable extensions in databases/sqlite3
Summary: [PATCH] Add option to enable loadable extensions in databases/sqlite3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 22:50 UTC by Greg Larkin
Modified: 2010-03-05 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.11 KB, patch)
2010-01-28 22:50 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin freebsd_committer freebsd_triage 2010-01-28 22:50:10 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-28 22:50:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-05 19:31:51 UTC
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"
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-03-05 19:32:24 UTC
State Changed
From-To: open->closed

Committed.