Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248642 Details for
Bug 338040
New ebuild: dev-lang/php-5.3.3-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to src_configure-v1.eblit that was needed on my box to make it compile
php.diff (text/plain), 2.44 KB, created by
Dirk Tilger
on 2010-09-25 22:34:04 UTC
(
hide
)
Description:
Patch to src_configure-v1.eblit that was needed on my box to make it compile
Filename:
MIME Type:
Creator:
Dirk Tilger
Created:
2010-09-25 22:34:04 UTC
Size:
2.44 KB
patch
obsolete
>diff -ur src_configure-v1.eblit src_configure-v1.eblit >--- src_configure-v1.eblit 2010-09-21 23:31:43.000000000 +0400 >+++ src_configure-v1.eblit 2010-09-26 01:51:26.000000000 +0400 >@@ -33,7 +33,7 @@ > phpconfutils_extension_disable "filter" "filter" 0 > phpconfutils_extension_enable "ftp" "ftp" 1 > phpconfutils_extension_with "gettext" "nls" 1 "${EPREFIX}/usr" >- phpconfutils_extension_with "gmp" "gmp" 1 >+ phpconfutils_extension_with "gmp" "gmp" 1 "${EPREFIX}/usr" > phpconfutils_extension_disable "hash" "hash" 0 > phpconfutils_extension_with "iconv" "iconv" 0 "${EPREFIX}/usr" > phpconfutils_extension_enable "intl" "intl" 1 >@@ -50,9 +50,9 @@ > phpconfutils_extension_enable "pcntl" "pcntl" 1 > phpconfutils_extension_disable "phar" "phar" 1 > phpconfutils_extension_disable "pdo" "pdo" 0 >- phpconfutils_extension_with "pgsql" "postgres" 1 >+ phpconfutils_extension_with "pgsql" "postgres" 1 "${EPREFIX}/usr/bin" > phpconfutils_extension_disable "posix" "posix" 0 >- phpconfutils_extension_with "pspell" "spell" 1 >+ phpconfutils_extension_with "pspell" "spell" 1 "${EPREFIX}/usr" > phpconfutils_extension_with "recode" "recode" 1 > phpconfutils_extension_disable "simplexml" "simplexml" 0 > phpconfutils_extension_enable "shmop" "sharedmem" 0 "${EPREFIX}/usr" >@@ -86,7 +86,7 @@ > phpconfutils_extension_with "cdb" "cdb" 0 > phpconfutils_extension_with "db4" "berkdb" 0 > phpconfutils_extension_enable "flatfile" "flatfile" 0 >- phpconfutils_extension_with "gdbm" "gdbm" 0 >+ phpconfutils_extension_with "gdbm" "gdbm" 0 "${EPREFIX}/usr" > phpconfutils_extension_enable "inifile" "inifile" 0 > phpconfutils_extension_with "qdbm" "qdbm" 0 > >@@ -182,7 +182,7 @@ > else > phpconfutils_extension_with "pdo-mysql" "mysql" 1 "${EPREFIX}/usr" > fi >- phpconfutils_extension_with "pdo-pgsql" "postgres" 1 >+ phpconfutils_extension_with "pdo-pgsql" "postgres" 1 "${EPREFIX}/usr/bin" > phpconfutils_extension_with "pdo-sqlite" "sqlite" 1 "${EPREFIX}/usr" > phpconfutils_extension_with "pdo-odbc" "odbc" 1 "unixODBC,${EPREFIX}/usr" > if use oci8 ; then
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 338040
:
248000
|
248001
|
248003
|
248120
|
248638
|
248639
| 248642 |
248644
|
249468
|
249469
|
249471
|
249473
|
249649