SHA256
1
0
forked from pool/pulseaudio

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
This commit is contained in:
Ismail Dönmez
2013-03-08 13:34:42 +00:00
committed by Git OBS Bridge
parent 19d61fd5e5
commit 6c19386056
2 changed files with 8 additions and 5 deletions

View File

@@ -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