From df71c9941cf7630e8e7f2435a0fbcf982e710e9b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:39:08 +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