Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404798 Details for
Bug 551526
dev-lang/php: minor fixes to php-5.6.9.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch
0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch (text/plain), 997 bytes, created by
Michael Orlitzky
on 2015-06-09 01:21:51 UTC
(
hide
)
Description:
0005-Remove-second-redundant-if-use-oci8-instant-client-c.patch
Filename:
MIME Type:
Creator:
Michael Orlitzky
Created:
2015-06-09 01:21:51 UTC
Size:
997 bytes
patch
obsolete
>From cd6f486ee5c70b3a42552bbbdffb750ae3f15b71 Mon Sep 17 00:00:00 2001 >From: Michael Orlitzky <michael@orlitzky.com> >Date: Mon, 8 Jun 2015 20:48:28 -0400 >Subject: [PATCH 5/7] Remove second redundant "if use oci8-instant-client" > check (for PDO this time). > >--- > dev-lang/php/php-5.6.9.ebuild | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild >index d96ff1a..933d124 100644 >--- a/dev-lang/php/php-5.6.9.ebuild >+++ b/dev-lang/php/php-5.6.9.ebuild >@@ -481,11 +481,8 @@ src_configure() { > $(use_with mysql pdo-mysql ${mysqllib}) > $(use_with postgres pdo-pgsql ) > $(use_with sqlite pdo-sqlite ${EPREFIX}/usr) >- $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)" >- if use oci8-instant-client ; then >- my_conf+=" >- $(use_with oci8-instant-client pdo-oci)" >- fi >+ $(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr) >+ $(use_with oci8-instant-client pdo-oci)" > fi > > # readline/libedit support >-- >2.3.6 >
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 551526
:
404790
|
404792
|
404794
|
404796
| 404798 |
404800
|
404802