mrueg       14/05/07 01:04:50

  Added:                nio4r-1.0.0-extconf.patch
  Log:
  Initial version.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.1                  dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch?rev=1.1&content-type=text/plain

Index: nio4r-1.0.0-extconf.patch
===================================================================
--- ext/nio4r/extconf.rb.old    2014-05-07 02:51:48.850414484 +0200
+++ ext/nio4r/extconf.rb        2014-05-07 02:52:10.680415068 +0200
@@ -28,6 +28,8 @@
   $defs << '-DHAVE_SYS_RESOURCE_H'
 end
 
+$LDFLAGS << ' -lev'
+
 dir_config 'nio4r_ext'
 create_makefile 'nio4r_ext'
 
@@ -41,4 +43,4 @@
 
   makefile_contents.gsub! 'LIBS = $(LIBRUBYARG_SHARED)', 'LIBS = -lws2_32 
$(LIBRUBYARG_SHARED)'
   File.open('Makefile', 'w') { |f| f.write makefile_contents }
-end
\ No newline at end of file
+end




Reply via email to