gnu: Build the shared library for yaml-cpp.

* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
  -DBUILD_SHARED_LIBS=ON to #:configure-flags.
This commit is contained in:
Christopher Baines 2017-08-22 16:09:47 +01:00
parent 7d14082d56
commit 0577a3fd92
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -249,6 +249,8 @@ (define-public yaml-cpp
(base32
"1vk6pjh0f5k6jwk2sszb9z5169whmiha9ainbdpa1arxlkq7v3b6"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(inputs
`(("boost" ,boost)))
(native-inputs