Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404794 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]
0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch
0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch (text/plain), 885 bytes, created by
Michael Orlitzky
on 2015-06-09 01:21:17 UTC
(
hide
)
Description:
0003-Remove-redundant-if-use-iodbc-check-and-merge-it-wit.patch
Filename:
MIME Type:
Creator:
Michael Orlitzky
Created:
2015-06-09 01:21:17 UTC
Size:
885 bytes
patch
obsolete
>From a1423a5e3d2de8e0e07748fe831026601e7bc3f2 Mon Sep 17 00:00:00 2001 >From: Michael Orlitzky <michael@orlitzky.com> >Date: Mon, 8 Jun 2015 20:44:32 -0400 >Subject: [PATCH 3/7] Remove redundant "if use iodbc" check (and merge it with > the "odbc" use_with). > >--- > dev-lang/php/php-5.6.9.ebuild | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild >index 72cb4cf..a40ad29 100644 >--- a/dev-lang/php/php-5.6.9.ebuild >+++ b/dev-lang/php/php-5.6.9.ebuild >@@ -467,12 +467,8 @@ src_configure() { > > # ODBC support > my_conf+=" >- $(use_with odbc unixODBC ${EPREFIX}/usr)" >- >- if use iodbc ; then >- my_conf+=" >- $(use_with iodbc iodbc ${EPREFIX}/usr)" >- fi >+ $(use_with odbc unixODBC ${EPREFIX}/usr) >+ $(use_with iodbc iodbc ${EPREFIX}/usr)" > > # Oracle support > if use oci8-instant-client ; 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