0010-disable-tst_wcsftime.patch 900 B

12345678910111213141516171819202122232425262728
  1. From f3bbc3ce512df52a604c3da80163146245d03c0e Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@uclibc-ng.org>
  3. Date: Sun, 24 Aug 2014 09:45:54 +0200
  4. Subject: [PATCH 10/11] disable tst_wcsftime
  5. Feature is not implemented in uClibc, so no need to do a test.
  6. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  7. ---
  8. test/time/Makefile.in | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/test/time/Makefile.in b/test/time/Makefile.in
  11. index 05f73a4..7bb5fb4 100644
  12. --- a/test/time/Makefile.in
  13. +++ b/test/time/Makefile.in
  14. @@ -2,7 +2,7 @@
  15. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  16. TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
  17. - tst-strftime tst-strptime tst-timezone
  18. + tst-strftime tst-strptime tst-timezone tst_wcsftime
  19. ifneq ($(UCLIBC_HAS_XLOCALE),y)
  20. TESTS_DISABLED += tst-ftime_l
  21. --
  22. 1.8.5.2 (Apple Git-48)