Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-18 Thread Felipe Contreras
On Thu, Jun 17, 2010 at 8:40 PM, David Klann wrote: > After a few weeks of not pulling from the git repo, I recently did > so. Came across the LINKER_RESOLVES_LIBRARY_DEPENDENCIES assumption: > /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol > 'g_mime_filter_set_size' (discussed b

Re: Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-17 Thread Felipe Contreras
On Thu, Jun 17, 2010 at 8:40 PM, David Klann wrote: > After a few weeks of not pulling from the git repo, I recently did > so. Came across the LINKER_RESOLVES_LIBRARY_DEPENDENCIES assumption: > /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol > 'g_mime_filter_set_size' (discussed b

Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-17 Thread David Klann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, After a few weeks of not pulling from the git repo, I recently did so. Came across the LINKER_RESOLVES_LIBRARY_DEPENDENCIES assumption: /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' (discussed by Carl

Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-17 Thread David Klann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, After a few weeks of not pulling from the git repo, I recently did so. Came across the LINKER_RESOLVES_LIBRARY_DEPENDENCIES assumption: /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' (discussed by Carl

Re: [PATCH] Makefile.local: Fix LDFLAGS for notmuch-shared

2010-04-26 Thread Carl Worth
On Thu, 22 Apr 2010 23:04:30 -0400, Adrien Bustany wrote: > This commit adds GMIME_LDFLAGS and TALLOC_LDFLAGS to the linker flags > when linking notmuch-shared. Without these flags, linking fails because > of undefined symbols. Hi Adrien, What system are you using that has this problem? For Linu

[PATCH] Makefile.local: Fix LDFLAGS for notmuch-shared

2010-04-26 Thread Carl Worth
On Thu, 22 Apr 2010 23:04:30 -0400, Adrien Bustany wrote: > This commit adds GMIME_LDFLAGS and TALLOC_LDFLAGS to the linker flags > when linking notmuch-shared. Without these flags, linking fails because > of undefined symbols. Hi Adrien, What system are you using that has this problem? For Lin

[PATCH] Makefile.local: Fix LDFLAGS for notmuch-shared

2010-04-22 Thread Adrien Bustany
This commit adds GMIME_LDFLAGS and TALLOC_LDFLAGS to the linker flags when linking notmuch-shared. Without these flags, linking fails because of undefined symbols. --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 5bb

[PATCH] Makefile.local: Fix LDFLAGS for notmuch-shared

2010-04-22 Thread Adrien Bustany
This commit adds GMIME_LDFLAGS and TALLOC_LDFLAGS to the linker flags when linking notmuch-shared. Without these flags, linking fails because of undefined symbols. --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 5bb