diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 01:53:22 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 01:53:22 +0000 |
commit | 4b9ca274e3f2523f6ff83e18b58dfe270ddca527 (patch) | |
tree | 27089475aa0daa70f0e3c31c1b72988ca1280299 /third_party/libevent/README.chromium | |
parent | 5b48157bdbac9df3e4c095e2739febe7acd96a42 (diff) | |
download | chromium_src-4b9ca274e3f2523f6ff83e18b58dfe270ddca527.zip chromium_src-4b9ca274e3f2523f6ff83e18b58dfe270ddca527.tar.gz chromium_src-4b9ca274e3f2523f6ff83e18b58dfe270ddca527.tar.bz2 |
Linux (libevent): Supply sys/queue.h replacement macros when needed.
Not all build platforms have a sufficiently up-to-date sys/queue.h
header. For those platforms which don't, we select libevent's replace
macros and augment them where we are still missing some.
Review URL: http://codereview.chromium.org/48048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libevent/README.chromium')
-rw-r--r-- | third_party/libevent/README.chromium | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium index ddb34a4..1cbdd80 100644 --- a/third_party/libevent/README.chromium +++ b/third_party/libevent/README.chromium @@ -10,6 +10,8 @@ Changes from upstream: being installed (alternative is adding crazy -I arguments to the commandline) 4) The directories WIN32-Code and WIN32-Prj are not included 5) add mac/config.h from a run of configure on a Mac. +6) sys-queue-macros.patch is applied to build on systems which are missing a +complete sys/queue.h SConscript does not include a few files that don't build on Linux: devpoll.c, evport.c, kqueue.c |