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

Unified Diff: net/net.gyp

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed some sysctl includes Created 9 years, 6 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
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | sdch/sdch.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 95ebf9c9960cae70fc7aadf14ce05dcdcff45463..d94f528f792025f7481682a1ec8cb9d04c1583d1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -755,6 +755,13 @@
'../build/linux/system.gyp:ssl',
],
}],
+ ['OS=="solaris"', {
+ 'link_settings': {
+ 'ldflags': [
+ '-R/usr/lib/mps',
+ ],
+ },
+ }],
],
},
{ # else: OS is not in the above list
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698