forked from pool/glibc
84ce9e0d13
Cleanup of patches. OBS-URL: https://build.opensuse.org/request/show/113387 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=164
13 lines
419 B
Diff
13 lines
419 B
Diff
Index: glibc-2.15/elf/Makefile
|
|
===================================================================
|
|
--- glibc-2.15.orig/elf/Makefile
|
|
+++ glibc-2.15/elf/Makefile
|
|
@@ -135,6 +135,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
|