All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gettext: Enable generation of libasprintf in gettext 0.19
@ 2017-07-10 20:37 Lev Iserovich
  2017-07-10 21:31 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 6+ messages in thread
From: Lev Iserovich @ 2017-07-10 20:37 UTC (permalink / raw)
  To: openembedded-core

Libasprintf was included in gettext 0.16 recipe, but omitted for some reason
in 0.19. This turns it back on.

Signed-off-by: Lev Iserovich <lev.iserovich@deshawresearch.com>
---
  meta/recipes-core/gettext/gettext_0.19.8.1.bb | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb 
b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
index c2059e6..c7c81ee 100644
--- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
@@ -28,7 +28,6 @@ inherit autotools texinfo

  EXTRA_OECONF += "--without-lispdir \
                   --disable-csharp \
-                 --disable-libasprintf \
                   --disable-java \
                   --disable-native-java \
                   --disable-openmp \
@@ -81,7 +80,7 @@ FILES_gettext-runtime = "${bindir}/gettext \
                           ${bindir}/ngettext \
                           ${bindir}/envsubst \
                           ${bindir}/gettext.sh \
-                         ${libdir}/libasprintf.so* \
+                         ${libdir}/libasprintf${SODEV} \
                           ${libdir}/GNU.Gettext.dll \
                          "
  FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \
-- 
2.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-11 16:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 20:37 [PATCH] gettext: Enable generation of libasprintf in gettext 0.19 Lev Iserovich
2017-07-10 21:31 ` ✗ patchtest: failure for " Patchwork
2017-07-11 15:10   ` Lev Iserovich
2017-07-11 15:35     ` Denys Dmytriyenko
2017-07-11 16:15       ` Leonardo Sandoval
2017-07-11 16:35       ` Lev Iserovich

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.