X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2FMakefile.local;h=11d11d4bcbeb19d217f221f8d250be0d4e2cde32;hp=16817f5ac4322771a0181d879d8a3a069c72491b;hb=8a433aad9901f014e36f1b5cf36e2a6ac9cb466b;hpb=d038b9320949c79503fe4b76870aaabf279405ab diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 16817f5a..11d11d4b 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -3,12 +3,13 @@ dir := bindings # force the shared library to be built -ruby-bindings: lib/libnotmuch.so +ruby-bindings: lib/$(LINKER_NAME) ifeq ($(HAVE_RUBY_DEV),1) - cd $(dir)/ruby && ruby extconf.rb --vendor + cd $(dir)/ruby && \ + EXTRA_LDFLAGS="$(NO_UNDEFINED_LDFLAGS)" \ + LIBNOTMUCH="../../lib/$(LINKER_NAME)" \ + ruby extconf.rb --vendor $(MAKE) -C $(dir)/ruby -else - @echo Missing dependency, skipping ruby bindings endif CLEAN += $(patsubst %,$(dir)/ruby/%, \