Andreas Stieger 2015-07-13 08:26:36 +00:00 committed by Git OBS Bridge
parent a484eae575
commit 096607e51e

View File

@ -195,7 +195,6 @@ sed \
# for patch6 wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
autoreconf -fiv
# zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
export CFLAGS="%optflags -fPIC -fPIE"
export CXXFLAGS="%optflags -fPIC -fPIE"
export LDFLAGS="-pie"
@ -206,6 +205,7 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
%endif
%configure \
# zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
%if 0%{?suse_version} < 1220
--without-zlib \
%endif