forked from pool/glibc
e80af12f3a
Update to 2.15 OBS-URL: https://build.opensuse.org/request/show/98777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=100
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
|