Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103159

Summary: Addition to PECL-apc ebuild to allow building with mmap
Product: Gentoo Linux Reporter: David <david>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED LATER    
Severity: enhancement Keywords: Inclusion
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to the ebuild allowing building with mmap

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.