guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Build the shared library for yaml-cpp.


From: Christopher Baines
Subject: 01/01: gnu: Build the shared library for yaml-cpp.
Date: Wed, 23 Aug 2017 05:07:40 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 0577a3fd92be2ae8244894155bfa24a559ef31b8
Author: Christopher Baines <address@hidden>
Date:   Tue Aug 22 16:09:47 2017 +0100

    gnu: Build the shared library for yaml-cpp.
    
    * 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 3994191..8032e31 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]