Skip to content

Instantly share code, notes, and snippets.

@mikewaters
Created September 15, 2011 17:01
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 mikewaters/1219800 to your computer and use it in GitHub Desktop.
Save mikewaters/1219800 to your computer and use it in GitHub Desktop.
Typhoeus x86_64 Debian curl linker patch
+++ /usr/lib/ruby/gems/1.8/gems/typhoeus-0.2.4/ext/typhoeus/extconf.rb 2011-09-15 16:39:01.000000000 +0000
--- /usr/lib/ruby/gems/1.8/gems/typhoeus-0.2.4/ext/typhoeus/extconf.rb.old 2011-09-15 16:58:08.000000000 +0000
@@ -58,7 +58,6 @@
LIBDIR,
'/opt/local/lib',
'/usr/local/lib',
+ '/usr/lib/x86_64-linux-gnu',
'/usr/lib'
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment