unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Mike Hommey <mh+notmuch@glandium.org>
To: Ben Gamari <bgamari.foss@gmail.com>
Cc: notmuch@notmuchmail.org
Subject: Re: [PATCH] Build and link against notmuch shared library
Date: Wed, 20 Jan 2010 21:20:42 +0100	[thread overview]
Message-ID: <20100120202042.GA25685@glandium.org> (raw)
In-Reply-To: <1264018047-28362-2-git-send-email-bgamari.foss@gmail.com>

On Wed, Jan 20, 2010 at 03:07:27PM -0500, Ben Gamari wrote:
> +	install lib/libnotmuch.so $(DESTDIR)$(prefix)/lib/

> +$(dir)/libnotmuch.so: $(libnotmuch_modules)
> +	$(call quiet,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) -shared -o $@

If you're going to install that in $(prefix)/lib, you'd better make that
a library with a SONAME. -Wl,-soname,$(notdir $@) should do it, and
you'd obviously have to change the target name to add a SO version.

Mike

  reply	other threads:[~2010-01-20 20:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 20:07 libtool-less shared library building Ben Gamari
2010-01-20 20:07 ` [PATCH] Build and link against notmuch shared library Ben Gamari
2010-01-20 20:20   ` Mike Hommey [this message]
2010-01-20 20:18 ` libtool-less shared library building David Bremner
2010-01-20 20:35   ` [PATCH] Build and link against notmuch shared library Ben Gamari
2010-01-23  0:58     ` Felipe Contreras
2010-01-23  2:06       ` Ingmar Vanhassel
2010-01-23 18:58         ` bgamari.foss
2010-01-24 21:23           ` [PATCH] Notmuch " Ben Gamari
2010-01-24 21:23             ` [PATCH 1/2] Fix typo in message Ben Gamari
2010-01-24 21:23               ` [PATCH 2/2] Build and link against notmuch shared library Ben Gamari
2010-03-04  8:25                 ` Sebastian Spaeth
2010-03-11 22:41                   ` Ben Gamari
2010-03-12 15:04                     ` Sebastian Spaeth
2010-01-25  1:00           ` [PATCH] " Scott Robinson
2010-01-23 18:35       ` Ben Gamari
  -- strict thread matches above, loose matches on Subject: below --
2010-01-26  5:38 [PATCH] Add SWIG interface file Ben Gamari
2010-01-26  6:15 ` [PATCH] Build and link against notmuch shared library Ben Gamari
2010-03-11 22:37 Notmuch " Ben Gamari
2010-03-11 22:37 ` [PATCH] Build and link against notmuch " Ben Gamari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100120202042.GA25685@glandium.org \
    --to=mh+notmuch@glandium.org \
    --cc=bgamari.foss@gmail.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).