[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28190] [PATCH] gnu: Build the shared library for yaml-cpp.
From: |
Marius Bakke |
Subject: |
[bug#28190] [PATCH] gnu: Build the shared library for yaml-cpp. |
Date: |
Tue, 22 Aug 2017 23:10:38 +0200 |
User-agent: |
Notmuch/0.25 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) |
Christopher Baines <address@hidden> writes:
> On Tue, 22 Aug 2017 22:58:34 +0200
> Marius Bakke <address@hidden> wrote:
>
>> Christopher Baines <address@hidden> writes:
>>
>> > * gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
>> > -DBUILD_SHARED_LIBS=ON to #:configure-flags.
>>
>> Does this disable building the static library too? If not, should we
>> do that while at it? LGTM, anyway.
>
> I'm not quite sure, but I think so, these are the files in lib now, and
> the .a file that was there before has disappeared.
>
> └── lib
> ├── libyaml-cpp.so -> libyaml-cpp.so.0.5
> ├── libyaml-cpp.so.0.5 -> libyaml-cpp.so.0.5.3
> ├── libyaml-cpp.so.0.5.3
> └── pkgconfig
> └── yaml-cpp.pc
Great! Static libraries cannot be reliably grafted, so it's good to
avoid them when we can. Thanks!
signature.asc
Description: PGP signature