unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 7cec711f9ed22ab9d80b68c88f224df9bfe9de74 443 bytes (raw)
name: bindings/ruby/extconf.rb 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#!/usr/bin/env ruby
# coding: utf-8
# Copyright 2010, 2011, 2012 Ali Polatel <alip@exherbo.org>
# Distributed under the terms of the GNU General Public License v3

require 'mkmf'

$INCFLAGS = "#{ENV['EXTRA_INCFLAGS']} #{$INCFLAGS}"
$LDFLAGS = "#{ENV['EXTRA_LDFLAGS']} #{$LDFLAGS}"

if not ENV['LIBNOTMUCH']
  exit 1
end

$LOCAL_LIBS += ENV['LIBNOTMUCH']
$LIBS += " -ltalloc"

# Create Makefile
dir_config('notmuch')
create_makefile('notmuch')

debug log:

solving 7cec711f ...
found 7cec711f in https://yhetil.org/notmuch/20250102013936.57479-2-felipe.contreras@gmail.com/
found d914537c in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 d914537cff1bbb502e8dd85c1f9e764eed2d1b55	bindings/ruby/extconf.rb

applying [1/1] https://yhetil.org/notmuch/20250102013936.57479-2-felipe.contreras@gmail.com/
diff --git a/bindings/ruby/extconf.rb b/bindings/ruby/extconf.rb
index d914537c..7cec711f 100644

Checking patch bindings/ruby/extconf.rb...
Applied patch bindings/ruby/extconf.rb cleanly.

index at:
100644 7cec711f9ed22ab9d80b68c88f224df9bfe9de74	bindings/ruby/extconf.rb

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).