[PATCH] build: Support Mac OS X 10.6.8

2015-07-02 Thread Nate Eagleson
"J. Lewis Muir" writes: > On 6/30/15 4:29 PM, Nate Eagleson wrote: >> +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from >> +# picking up notmuch's libutil.a. The best way to prefer our local >> +# libutil.a is to specify it via absolute path, which should work on >> +# all

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-02 Thread Nate Eagleson
J. Lewis Muir jlm...@imca-cat.org writes: On 6/30/15 4:29 PM, Nate Eagleson wrote: +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from +# picking up notmuch's libutil.a. The best way to prefer our local +# libutil.a is to specify it via absolute path, which should work on +#

[PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread J. Lewis Muir
On 6/30/15 4:29 PM, Nate Eagleson wrote: > +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from > +# picking up notmuch's libutil.a. The best way to prefer our local > +# libutil.a is to specify it via absolute path, which should work on > +# all supported OSes. >

[PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread David Bremner
Nate Eagleson writes: > OS X 10.6.8 has a built-in library named libutil.dylib and a version > of ld that picks that up instead of util/libutil.a. > > We now use an absolute path to util/libutil.a, so that notmuch can be > built successfully on 10.6.8. I'd like a one line subject that mentions

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread J. Lewis Muir
On 6/30/15 4:29 PM, Nate Eagleson wrote: +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from +# picking up notmuch's libutil.a. The best way to prefer our local +# libutil.a is to specify it via absolute path, which should work on +# all supported OSes.

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread David Bremner
Nate Eagleson n...@nateeag.com writes: OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. I'd like a one line subject

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1