From fe13a05a0d91a5fd0f2c99d6a5c6bbc3c71aaaf3 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 15 2020 07:39:06 +0000 Subject: Apply patch glibc-rh1811796-2.patch patch_name: glibc-rh1811796-2.patch present_in_specfile: true location_in_specfile: 309 --- diff --git a/sysdeps/ieee754/ldbl-96/Makefile b/sysdeps/ieee754/ldbl-96/Makefile index 99c596e..daa2753 100644 --- a/sysdeps/ieee754/ldbl-96/Makefile +++ b/sysdeps/ieee754/ldbl-96/Makefile @@ -18,5 +18,7 @@ ifeq ($(subdir),math) tests += test-canonical-ldbl-96 test-totalorderl-ldbl-96 test-sinl-pseudo +ifeq ($(have-ssp),yes) CFLAGS-test-sinl-pseudo.c += -fstack-protector-all endif +endif # $(subdir) == math