Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: ports/libevent/build.sh

Issue 1503493002: Add libevent port (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/libevent/README.nacl ('k') | ports/libevent/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libevent/build.sh
diff --git a/ports/libevent/build.sh b/ports/libevent/build.sh
new file mode 100644
index 0000000000000000000000000000000000000000..109dcda183fa9f8266625e78059433bd696ae0f9
--- /dev/null
+++ b/ports/libevent/build.sh
@@ -0,0 +1,12 @@
+# Copyright 2015 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+EnableCliMain
+EnableGlibcCompat
+
+if [ "${NACL_LIBC}" = "newlib" ]; then
+ # setitimer and getitimer not available in newlib, no plan to implement them
+ # TODO(dt) remove this flag once this issue is sorted.
+ EXTRA_CONFIGURE_ARGS+=" --disable-libevent-regress"
+fi
« no previous file with comments | « ports/libevent/README.nacl ('k') | ports/libevent/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698