From: Christopher Baines <mail@cbaines.net>
To: 28190@debbugs.gnu.org
Subject: [bug#28190] [PATCH] gnu: Build the shared library for yaml-cpp.
Date: Tue, 22 Aug 2017 21:36:45 +0100 [thread overview]
Message-ID: <20170822203645.4924-1-mail@cbaines.net> (raw)
* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
-DBUILD_SHARED_LIBS=ON to #:configure-flags.
---
gnu/packages/serialization.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 3994191bd..8032e3181 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -249,6 +249,8 @@ that implements both the msgpack and msgpack-rpc specifications.")
(base32
"1vk6pjh0f5k6jwk2sszb9z5169whmiha9ainbdpa1arxlkq7v3b6"))))
(build-system cmake-build-system)
+ (arguments
+ '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(inputs
`(("boost" ,boost)))
(native-inputs
--
2.14.1
next reply other threads:[~2017-08-22 20:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 20:36 Christopher Baines [this message]
2017-08-22 20:58 ` [bug#28190] [PATCH] gnu: Build the shared library for yaml-cpp Marius Bakke
2017-08-22 21:00 ` Christopher Baines
2017-08-22 21:10 ` Marius Bakke
2017-08-23 9:10 ` bug#28190: " Christopher Baines
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170822203645.4924-1-mail@cbaines.net \
--to=mail@cbaines.net \
--cc=28190@debbugs.gnu.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.