From 7fab95b4879b1b7dde9ab02ccc22f605ebad9273 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 24 2021 01:31:59 +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