200-libunistring-missing-link.patch 665 B

123456789101112131415161718192021
  1. --- a/autogen.sh
  2. +++ b/autogen.sh
  3. @@ -104,6 +104,7 @@ if ! $skip_gnulib; then
  4. getopt-gnu
  5. gettext-h
  6. havelib
  7. + libunistring-optional
  8. memmove
  9. noreturn
  10. progname
  11. --- a/gettext-runtime/src/Makefile.am
  12. +++ b/gettext-runtime/src/Makefile.am
  13. @@ -43,7 +43,7 @@ envsubst_SOURCES = envsubst.c
  14. # Link dependencies.
  15. # Need @LTLIBICONV@ because striconv.c uses iconv().
  16. -LDADD = ../gnulib-lib/libgrt.a @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
  17. +LDADD = ../gnulib-lib/libgrt.a $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
  18. # Specify installation directory, for --enable-relocatable.
  19. gettext_CFLAGS = -DINSTALLDIR=$(bindir_c_make)