FreeBSD Bugzilla – Attachment 75449 Details for
Bug 108981
[maintainer-update] added port knob that allows building of pdo sqlite extension against sqlite from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pecl-PDO_SQLITE.patch
pecl-PDO_SQLITE.patch (text/plain), 787 bytes, created by
Alexander Zhuravlev
on 2007-02-09 16:20:16 UTC
(
hide
)
Description:
pecl-PDO_SQLITE.patch
Filename:
MIME Type:
Creator:
Alexander Zhuravlev
Created:
2007-02-09 16:20:16 UTC
Size:
787 bytes
patch
obsolete
>diff -urb pecl-PDO_SQLITE.orig/Makefile pecl-PDO_SQLITE/Makefile >--- pecl-PDO_SQLITE.orig/Makefile Sun Oct 8 04:01:05 2006 >+++ pecl-PDO_SQLITE/Makefile Fri Feb 9 18:41:42 2007 >@@ -7,7 +7,7 @@ > > PORTNAME= PDO_SQLITE > DISTVERSION= 1.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases www > MASTER_SITES= http://pecl.php.net/get/ > PKGNAMEPREFIX= pecl- >@@ -25,6 +25,14 @@ > DEFAULT_PHP_VER=5 > PHP_MODNAME= pdo_sqlite > >+.if defined(WITH_SQLITE_PORT) >+# Define WITH_SQLITE_PORT knob if you would like to link pdo-sqlite against SQLite >+# from ports tree. Please note that in this case SQLite has to be compiled >+# _without_ threads support. >+USE_SQLITE= YES >+CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE} >+.else > CONFIGURE_ARGS+=--with-pdo-sqlite >+.endif > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 108981
: 75449