diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-06-29 14:08:29 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-06-29 14:08:29 +0200 |
commit | f8b27abcda6fd5beaaf3f57ae31da4878b5aca0e (patch) | |
tree | 592e996961a363d8988f5de512e56499d3f9fac2 /chapter01/changelog.xml | |
parent | bfc6495520f79cc627206abe295a979655cbe871 (diff) |
Generate shared C++ bindings for ncurses
Presently we let the build system generate static C++ bindings, and
then we remove them. Note that we could also prevent generating
any C++ binding, since nothing in LFS/BLFS use them, but it seems to
me that generating the shared ones is closer to what is done for
other packages.
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c1ac5a88c..73d614768 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,16 @@ --> <listitem> + <para>2022-06-29</para> + <itemizedlist> + <listitem> + <para>[pierre] - Generate shared C++ bindings for ncurses, instead + of generating and then removing the static ones.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2022-06-14</para> <itemizedlist> <listitem> |