X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fextconf.rb;h=d914537cff1bbb502e8dd85c1f9e764eed2d1b55;hb=3e2e724d53a1dce3ba00a20c71b2e6f735678136;hp=161de5a2c7c52bb6d5130ee6db3616c36acdba1d;hpb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88;p=notmuch diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb index 161de5a2..d914537c 100644 --- a/bindings/ruby/extconf.rb +++ b/bindings/ruby/extconf.rb @@ -19,6 +19,7 @@ if not ENV['LIBNOTMUCH'] end $LOCAL_LIBS += ENV['LIBNOTMUCH'] +$LIBS += " -ltalloc" # Create Makefile dir_config('notmuch')