Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created October 19, 2013 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/7059268 to your computer and use it in GitHub Desktop.
Save jnthn/7059268 to your computer and use it in GitHub Desktop.
diff --git a/build/setup.pm b/build/setup.pm
index 42676d1..6f9035a 100755
--- a/build/setup.pm
+++ b/build/setup.pm
@@ -372,7 +372,7 @@ our %OS_POSIX = (
our %OS_LINUX = (
%OS_POSIX,
- syslibs => [ @{$OS_POSIX{syslibs}}, qw( rt ) ],
+ syslibs => [ @{$OS_POSIX{syslibs}}, qw( rt dl ) ],
-thirdparty => {
uv => { %TP_UVDUMMY, objects => '$(UV_LINUX)' },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment