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

Bug 63644

Summary: libepoll ebuild (new package)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Wine Maintainers <wine>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libepoll-0.11.ebuild
epoll-lib-0.11.ebuild
0.11-makefile.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-11 04:27:52 UTC
Wine is going to add support for epoll instead of poll (actually it will have both, but if epoll is present is preferred againt poll, because it's faster), there's for now a beta patch which I'm using, but to build wine with epoll stuff turned on I needed the libepoll, for which I wrote the attached ebuild.
It depends on netbsd's pmake because it uses mkdep command.


Reproducible: Always
Steps to Reproduce:
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-09-11 04:34:47 UTC
Created attachment 39384 [details]
libepoll-0.11.ebuild
Comment 2 SpanKY gentoo-dev 2004-10-23 23:27:22 UTC
Created attachment 42478 [details]
epoll-lib-0.11.ebuild

cleaned up ebuild
Comment 3 SpanKY gentoo-dev 2004-10-23 23:28:20 UTC
Created attachment 42479 [details, diff]
0.11-makefile.patch

fix parallel builds/cflags/etc... with makefile
Comment 4 SpanKY gentoo-dev 2004-10-23 23:28:50 UTC
glibc (if built with 2.6 support) includes epoll

use that