Skip to content

Commit

Permalink
Fix compilation of libev on noexec filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jun 2, 2010
1 parent 3ba0cf9 commit f22a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -186,7 +186,7 @@ if USE_VENDORED_LIBEV
task :libev => "ext/libev/.libs/libev.a"

file "ext/libev/Makefile" => ["ext/libev/configure", "ext/libev/config.h.in", "ext/libev/Makefile.am"] do
sh "cd ext/libev && ./configure --disable-shared --enable-static"
sh "cd ext/libev && sh ./configure --disable-shared --enable-static"
end

libev_sources = Dir["ext/libev/{*.c,*.h}"]
Expand Down

0 comments on commit f22a92a

Please sign in to comment.