diff options
author | joerg <joerg@pkgsrc.org> | 2016-05-18 20:19:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-05-18 20:19:11 +0000 |
commit | 3bd3828d934185e674a88ee960a3a1a589774a37 (patch) | |
tree | da19f470fd1047bbf4063e5eed2333131bfc57c5 /devel | |
parent | 7963c7427d78361041456d050436ce33b8514aa2 (diff) | |
download | pkgsrc-3bd3828d934185e674a88ee960a3a1a589774a37.tar.gz |
Help linking the test program by providing all internal libraries.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbson/distinfo | 3 | ||||
-rw-r--r-- | devel/libbson/patches/patch-Makefile.in | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo index ff5eab644d4..0d82e558961 100644 --- a/devel/libbson/distinfo +++ b/devel/libbson/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.17 2016/04/05 12:43:23 fhajny Exp $ +$NetBSD: distinfo,v 1.18 2016/05/18 20:19:11 joerg Exp $ SHA1 (libbson-1.3.5.tar.gz) = 4eb4ac680aa162a838bfe29c382f607bd34214d2 RMD160 (libbson-1.3.5.tar.gz) = c23f252b726ce207dfcc8633373087b493a8e002 SHA512 (libbson-1.3.5.tar.gz) = b55ae1d424f786aabed6567a77cd09aa26c74ab0a09392e88faef8c156b1650c026f86f245bc8431a0ebcf404c4f80eb1b22e978a24289d32692c84375a66596 Size (libbson-1.3.5.tar.gz) = 4547720 bytes +SHA1 (patch-Makefile.in) = e59627368354da85936154118085700bb9b7431c diff --git a/devel/libbson/patches/patch-Makefile.in b/devel/libbson/patches/patch-Makefile.in new file mode 100644 index 00000000000..78a8bab8c7a --- /dev/null +++ b/devel/libbson/patches/patch-Makefile.in @@ -0,0 +1,14 @@ +$NetBSD: patch-Makefile.in,v 1.1 2016/05/18 20:19:11 joerg Exp $ + +--- Makefile.in.orig 2016-05-18 12:42:33.000000000 +0000 ++++ Makefile.in +@@ -781,7 +781,8 @@ test_libbson_LDFLAGS = $(COVERAGE_LDFLAG + test_libbson_LDADD = \ + $(PTHREAD_LIBS) \ + libbson-1.0.la \ +- libbson.la ++ libbson.la \ ++ libyajl.la + + TEST_ARGS = $(am__append_7) + EXAMPLE_CFLAGS = \ |