6ce42a1fac
Cleanup spec file. OBS-URL: https://build.opensuse.org/request/show/98702 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=149
13 lines
386 B
Diff
13 lines
386 B
Diff
Index: elf/Makefile
|
|
===================================================================
|
|
--- elf/Makefile.orig
|
|
+++ elf/Makefile
|
|
@@ -133,6 +133,7 @@ include ../Makeconfig
|
|
ifeq ($(unwind-find-fde),yes)
|
|
routines += unwind-dw2-fde-glibc
|
|
shared-only-routines += unwind-dw2-fde-glibc
|
|
+CFLAGS-unwind-dw2-fde-glibc.c = -fno-strict-aliasing
|
|
endif
|
|
|
|
before-compile = $(objpfx)trusted-dirs.h
|