File: link-ruby.patch

package info (click to toggle)
obexftp 0.24-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 728 kB
  • sloc: ansic: 7,132; ruby: 229; sh: 89; perl: 43; makefile: 39; python: 16
file content (10 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/swig/ruby/CMakeLists.txt
+++ b/swig/ruby/CMakeLists.txt
@@ -20,6 +20,7 @@
 )
 
 swig_link_libraries ( obexftp-ruby
+  ${RUBY_LIBRARY}
   obexftp
 )