diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:41:26 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-09 08:41:26 +0000 |
| commit | b3d481c7ebec1d413355342a236e9abcd2ea0bd9 (patch) | |
| tree | 613f6dfd3fc61ef170b350613a20d0dc99241d7c /databases/php5-pdo_oci/files | |
| parent | - Fix build after libmytinfo removal (diff) | |
Add PDO oci driver.
Diffstat (limited to 'databases/php5-pdo_oci/files')
| -rw-r--r-- | databases/php5-pdo_oci/files/patch-config.m4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/php5-pdo_oci/files/patch-config.m4 b/databases/php5-pdo_oci/files/patch-config.m4 new file mode 100644 index 000000000000..bcc94e0961ec --- /dev/null +++ b/databases/php5-pdo_oci/files/patch-config.m4 @@ -0,0 +1,19 @@ +--- config.m4.orig Thu Feb 16 03:03:13 2006 ++++ config.m4 Wed Feb 7 15:00:58 2007 +@@ -145,7 +145,6 @@ + ;; + + 8.1) +- PHP_ADD_LIBRARY(clntsh, 1, PDO_OCI_SHARED_LIBADD) + ;; + + 9.0) +@@ -163,7 +162,7 @@ + ;; + esac + +- PHP_ADD_LIBPATH($PDO_OCI_LIB_DIR, PDO_OCI_SHARED_LIBADD) ++ PHP_ADD_LIBRARY_WITH_PATH(oci8, ., PDO_OCI_SHARED_LIBADD) + + PHP_CHECK_LIBRARY(clntsh, OCIEnvCreate, + [ |
