Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 286603 Details for
Bug 383159
dev-lang/php-5.3.6-r1 fails to compile and install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove ${EPREFIX} from helper
src_install-v2.eblit.diff (text/plain), 480 bytes, created by
nietonfir
on 2011-09-15 22:48:56 UTC
(
hide
)
Description:
Remove ${EPREFIX} from helper
Filename:
MIME Type:
Creator:
nietonfir
Created:
2011-09-15 22:48:56 UTC
Size:
480 bytes
patch
obsolete
>--- a/src_install-v2.eblit 2011-09-16 00:44:26.000000000 +0200 >+++ b/src_install-v2.eblit 2011-09-15 18:09:37.000000000 +0200 >@@ -53,7 +53,7 @@ > if [[ "${sapi}" == "apache2" ]]; then > insinto "${PHP_DESTDIR#${EPREFIX}}/apache2/" > newins "${file}" "${file/*\/}" >- keepdir "${EPREFIX}/usr/$(get_libdir)/apache2/modules" >+ keepdir "/usr/$(get_libdir)/apache2/modules" > else > dolib.so "${file}" || die "Unable to install ${sapi} sapi" > fi
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 383159
:
286601
| 286603 |
286605