Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= sqlite3 |
8 |
PORTNAME= sqlite3 |
9 |
PORTVERSION= 3.7.2 |
9 |
PORTVERSION= 3.7.2 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= databases |
11 |
CATEGORIES= databases |
11 |
MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ |
12 |
MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ |
12 |
DISTNAME= sqlite-${PORTVERSION} |
13 |
DISTNAME= sqlite-${PORTVERSION} |
Lines 44-51
Link Here
|
44 |
SECURE_DELETE "Overwrite deleted information with zeros" on \ |
45 |
SECURE_DELETE "Overwrite deleted information with zeros" on \ |
45 |
UNLOCK_NOTIFY "Enable notification on unlocking" on \ |
46 |
UNLOCK_NOTIFY "Enable notification on unlocking" on \ |
46 |
THREADSAFE "Build thread-safe library" on \ |
47 |
THREADSAFE "Build thread-safe library" on \ |
47 |
OVERRIDE_LOCK "Threads can override each others locks" on \ |
|
|
48 |
XTHREAD "Allow connection sharing across threads" off \ |
49 |
EXTENSION "Allow loadable extensions" on \ |
48 |
EXTENSION "Allow loadable extensions" on \ |
50 |
TCLWRAPPER "Enable TCL wrapper" off \ |
49 |
TCLWRAPPER "Enable TCL wrapper" off \ |
51 |
DEBUG "Enable debugging & verbose explain" off \ |
50 |
DEBUG "Enable debugging & verbose explain" off \ |
Lines 141-152
Link Here
|
141 |
|
140 |
|
142 |
.if !defined(WITHOUT_THREADSAFE) |
141 |
.if !defined(WITHOUT_THREADSAFE) |
143 |
CONFIGURE_ARGS+= --enable-threadsafe |
142 |
CONFIGURE_ARGS+= --enable-threadsafe |
144 |
.if !defined(WITHOUT_XTHREAD) |
|
|
145 |
CONFIGURE_ARGS+= --enable-threads-override-locks |
146 |
.endif |
147 |
.if !defined(WITHOUT_OVERRIDE_LOCK) |
148 |
CONFIGURE_ARGS+= --enable-cross-thread-connections |
149 |
.endif |
150 |
.else |
143 |
.else |
151 |
CONFIGURE_ARGS+= --disable-threadsafe |
144 |
CONFIGURE_ARGS+= --disable-threadsafe |
152 |
.endif |
145 |
.endif |