]> git.notmuchmail.org Git - notmuch/commit
Makefile: Fix library linking command for OS X
authorCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:16:05 +0000 (16:16 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:16:05 +0000 (16:16 -0700)
commit1036867897c05215fa55863a10e5afdaef7dfd5d
tree87d4c184b381378b2e6a17318774bd1e73f8d8d7
parent8c8079a8b14fac5e8ca6b682e5c76e08a824f2e7
Makefile: Fix library linking command for OS X

I'm not sure which system Aaron used, but on the machine I have access
to, (Darwin 8.11.0), the -shared and -dylib_install_name options are
not recognized. Instead I use -dynamic_lib and -install_name as
documented here:

http://www.finkproject.org/doc/porting/shared.php
lib/Makefile.local