From b959ff0d1844eb1b43986c55ac85e9c93d92e176 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:38:46 +0000 Subject: Apply patch glibc-rh1701605-2.patch patch_name: glibc-rh1701605-2.patch present_in_specfile: true location_in_specfile: 159 --- diff --git a/locale/Makefile b/locale/Makefile index 42bb36c..23a7132 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -28,7 +28,6 @@ routines = setlocale findlocale loadlocale loadarchive \ localeconv nl_langinfo nl_langinfo_l mb_cur_max \ newlocale duplocale freelocale uselocale tests = tst-C-locale tst-locname tst-duplocale -tests-special = $(objpfx)tst-locale-locpath.out categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \ @@ -61,6 +60,10 @@ lib-modules := charmap-dir simple-hash xmalloc xstrdup \ GPERF = gperf GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C +ifeq ($(run-built-tests),yes) +tests-special += $(objpfx)tst-locale-locpath.out +endif + include ../Rules CFLAGS-md5.c += -I../crypt