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