Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404796 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]
0004-Remove-redundant-if-use-oci8-instant-client-check.patch
0004-Remove-redundant-if-use-oci8-instant-client-check.patch (text/plain), 802 bytes, created by
Michael Orlitzky
on 2015-06-09 01:21:34 UTC
(
hide
)
Description:
0004-Remove-redundant-if-use-oci8-instant-client-check.patch
Filename:
MIME Type:
Creator:
Michael Orlitzky
Created:
2015-06-09 01:21:34 UTC
Size:
802 bytes
patch
obsolete
>From e7ab1d27b63e701b348fee007c1fdd690541072a Mon Sep 17 00:00:00 2001 >From: Michael Orlitzky <michael@orlitzky.com> >Date: Mon, 8 Jun 2015 20:46:00 -0400 >Subject: [PATCH 4/7] Remove redundant "if use oci8-instant-client" check. > >--- > dev-lang/php/php-5.6.9.ebuild | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild >index a40ad29..d96ff1a 100644 >--- a/dev-lang/php/php-5.6.9.ebuild >+++ b/dev-lang/php/php-5.6.9.ebuild >@@ -471,10 +471,8 @@ src_configure() { > $(use_with iodbc iodbc ${EPREFIX}/usr)" > > # Oracle support >- if use oci8-instant-client ; then >- my_conf+=" >- $(use_with oci8-instant-client oci8)" >- fi >+ my_conf+=" >+ $(use_with oci8-instant-client oci8)" > > # PDO support > if use pdo ; then >-- >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