[PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.

2014-05-18 Thread David Bremner
Charles Celerier  writes:

> The linking to talloc is hard-coded in the testing Makefile. This patch
> causes the linking to talloc to be done according to how TALLOC_LDFLAGS
> was configured.

pushed to release and master.

d


Re: [PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.

2014-05-17 Thread David Bremner
Charles Celerier ccel...@cs.stanford.edu writes:

 The linking to talloc is hard-coded in the testing Makefile. This patch
 causes the linking to talloc to be done according to how TALLOC_LDFLAGS
 was configured.

pushed to release and master.

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.

2014-05-06 Thread Charles Celerier
The linking to talloc is hard-coded in the testing Makefile. This patch
causes the linking to talloc to be done according to how TALLOC_LDFLAGS
was configured.

Signed-off-by: Charles Celerier 
---
 test/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.local b/test/Makefile.local
index 987441f..d622eaf 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -16,7 +16,7 @@ $(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o 
util/libutil.a
$(call quiet,CC) $^ -o $@

 $(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a
-   $(call quiet,CC) $^ -o $@ -ltalloc
+   $(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@

 random_corpus_deps =  $(dir)/random-corpus.o  $(dir)/database-test.o \
notmuch-config.o command-line-arguments.o \
-- 
1.8.5.2 (Apple Git-48)



[PATCH 1/5] test/Makefile.local: Added configured TALLOC_LDFLAGS.

2014-05-06 Thread Charles Celerier
The linking to talloc is hard-coded in the testing Makefile. This patch
causes the linking to talloc to be done according to how TALLOC_LDFLAGS
was configured.

Signed-off-by: Charles Celerier ccel...@cs.stanford.edu
---
 test/Makefile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.local b/test/Makefile.local
index 987441f..d622eaf 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -16,7 +16,7 @@ $(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o 
util/libutil.a
$(call quiet,CC) $^ -o $@
 
 $(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a
-   $(call quiet,CC) $^ -o $@ -ltalloc
+   $(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@
 
 random_corpus_deps =  $(dir)/random-corpus.o  $(dir)/database-test.o \
notmuch-config.o command-line-arguments.o \
-- 
1.8.5.2 (Apple Git-48)

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch