obexftp-0.23-fixruby.patch 517 B

123456789101112
  1. --- a/swig/ruby/Makefile.am
  2. +++ b/swig/ruby/Makefile.am
  3. @@ -12,7 +12,7 @@ Makefile.ruby: extconf.rb
  4. PREFIX=$(prefix) $(RUBY) $< --with-obexftp-include=$(top_srcdir)
  5. obexftp.so: ruby_wrap.c Makefile.ruby
  6. - $(MAKE) -fMakefile.ruby
  7. + $(MAKE) -fMakefile.ruby LIBPATH="-Wl,-rpath-link,../../bfb/.libs -Wl,-rpath-link,../../multicobex/.libs -Wl,-rpath-link,../../obexftp/.libs -L../../bfb/.libs -L../../multicobex/.libs -L../../obexftp/.libs"
  8. install-data-local: Makefile.ruby
  9. $(MAKE) -j1 -fMakefile.ruby install