Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103159 - Addition to PECL-apc ebuild to allow building with mmap
Summary: Addition to PECL-apc ebuild to allow building with mmap
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-08-20 10:05 UTC by David
Modified: 2005-08-20 16:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to the ebuild allowing building with mmap (ebuild-mmap-patch.txt,579 bytes, patch)
2005-08-20 10:06 UTC, David
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David 2005-08-20 10:05:37 UTC
A very simple modification to the ebuild to enable the flag --enable-apc-mmap if
the USE flag "apc-mmap" is set.  Perhaps this should be "mmap", but I don't want
it conflicting with other ebuilds.

Compiling PECL-apc this way seems to help with the bug at:
http://pecl.php.net/bugs/bug.php?id=5111

Reproducible: Always
Steps to Reproduce:
Comment 1 David 2005-08-20 10:06:29 UTC
Created attachment 66412 [details, diff]
Patch to the ebuild allowing building with mmap
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-20 14:51:16 UTC
The ebuild from Gentoo PHP overlay [1] already have this flag, will be fixed
soon when they get into portage tree.

[1] http://svn.gnqs.org/projects/gentoo-php-overlay/
Comment 3 David 2005-08-20 16:11:17 UTC
Thanks, there seem to be some good additions to the ebuild there.  I'll wait for
it to come into the portage tree.