From e464b5fbc9192f1ff339504e8b7a3a24aa13004b5c519e7d011e94b49f48ce86 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 13 Jul 2015 08:33:44 +0000 Subject: [PATCH] revert comment move OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=149 --- wireshark.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireshark.spec b/wireshark.spec index 3f09ebc..2ac14cc 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -195,6 +195,7 @@ 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" @@ -205,7 +206,6 @@ 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