From 22ea73f318a038dae8a0fc5184fa1f8ea58c4b6851cc470eb2a094b01e4713e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 8 Mar 2013 13:34:42 +0000 Subject: [PATCH] Accepting request 157325 from home:elvigia:branches:multimedia:libs - remove fno-strict-aliasing from CFLAGS - do not export SUSE_ASNEEDED=0, problem already fixed. OBS-URL: https://build.opensuse.org/request/show/157325 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=113 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 7 ++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index e59a61b..32d551f 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 5 06:03:19 UTC 2013 - crrodriguez@opensuse.org + +- remove fno-strict-aliasing from CFLAGS +- do not export SUSE_ASNEEDED=0, problem already fixed. + ------------------------------------------------------------------- Sun Jan 20 17:55:54 UTC 2013 - oholecek@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 326cf7c..8ad96b9 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -267,9 +267,6 @@ translation-update-upstream %build autoreconf -fiv -export CFLAGS="%{optflags} -fno-strict-aliasing" -# libpulse and libpulsecommon need each other - no way with as-needed -export SUSE_ASNEEDED=0 %configure \ --disable-static \ --disable-rpath \ @@ -278,8 +275,8 @@ export SUSE_ASNEEDED=0 --with-system-group=pulse \ --with-access-group=pulse-access \ --disable-hal \ - --disable-hal-compat \ - --with-udev-rules-dir=%{_udevrulesdir} + --disable-hal-compat \ + --with-udev-rules-dir=%{_udevrulesdir} make %{?_smp_mflags} V=1 make doxygen