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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 7677036: Enable the service runtime to use a zero-based sandbox on Linux. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixes for Bennet's review Created 9 years, 4 months 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
Index: src/trusted/service_runtime/build.scons
diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
index f8dc207d3f4d954d43a69bdde62ec329b7edf3a5..f35bd24396b700e0eb7f086d6c52555cdc4e58c7 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -192,6 +192,7 @@ if env.Bit('linux'):
ldr_inputs += ['linux/nacl_signal_64.c']
else:
raise Exception("Unsupported target")
+ env.Append(LIBS=['dl'])
if env.Bit('mac'):
ldr_inputs += ['posix/nacl_signal.c']
« no previous file with comments | « src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c ('k') | src/trusted/service_runtime/linux/sel_memory.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698