diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2025-01-01 19:39:35 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-01 08:37:15 -0500 |
| commit | e78e093330dff7cf85b2cf69314ea47c3dfb1080 (patch) | |
| tree | cf53c9e2cc69e9c99bf88cd9f3d7c5a05d857880 /bindings/ruby/extconf.rb | |
| parent | 5f9fc7d81a95c380e933189c05558cbecfcfdb99 (diff) | |
ruby: use proper talloc flags
This way talloc doesn't need to be installed in /usr.
Diffstat (limited to 'bindings/ruby/extconf.rb')
| -rw-r--r-- | bindings/ruby/extconf.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb index 7cec711f..b6115688 100644 --- a/bindings/ruby/extconf.rb +++ b/bindings/ruby/extconf.rb @@ -13,7 +13,6 @@ if not ENV['LIBNOTMUCH'] end $LOCAL_LIBS += ENV['LIBNOTMUCH'] -$LIBS += " -ltalloc" # Create Makefile dir_config('notmuch') |
