From 361ad21737e3a296fb01ea3ff00d0fc82f6b2631e87994ca704961a8670db34c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 15 Jun 2011 12:58:42 +0000 Subject: [PATCH] Accepting request 73728 from home:a_jaeger:branches:openSUSE:Factory Further fixes. OBS-URL: https://build.opensuse.org/request/show/73728 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=60 --- glibc-strict-aliasing.diff | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/glibc-strict-aliasing.diff b/glibc-strict-aliasing.diff index e8287e9..ef7df01 100644 --- a/glibc-strict-aliasing.diff +++ b/glibc-strict-aliasing.diff @@ -62,9 +62,9 @@ Index: resolv/Makefile +cflags += -Wno-strict-prototypes -Wno-write-strings Index: sunrpc/Makefile =================================================================== ---- sunrpc/Makefile.orig -+++ sunrpc/Makefile -@@ -152,6 +152,10 @@ CFLAGS-openchild.c = -fexceptions +--- sunrpc/Makefile.orig 2011-05-25 20:00:57.381005790 +0200 ++++ sunrpc/Makefile 2011-06-15 14:57:37.657361569 +0200 +@@ -129,6 +129,10 @@ CPPFLAGS += -D_RPC_THREAD_SAFE_ @@ -72,9 +72,10 @@ Index: sunrpc/Makefile +CFLAGS-clnt_udp.c = -fno-strict-aliasing +CFLAGS-clnt_unix.c = -fno-strict-aliasing + - $(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so - $(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so - $(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so + include ../Rules + + $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) \ + Index: sysdeps/powerpc/powerpc64/elf/Makefile =================================================================== --- sysdeps/powerpc/powerpc64/elf/Makefile.orig