aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index a6b9c84383..c7fc0e4a59 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -9,7 +9,6 @@
%bcond_with lua
# Set these to 1 if you want to ensure your package includes support for them:
-%global with_adns 0
%global with_c_ares 1
%global with_portaudio 0
@@ -68,10 +67,6 @@ BuildRequires: c-ares-devel
Requires: c-ares
%endif
%endif
-%if %{with_adns}
-BuildRequires: adns-devel
-Requires: adns
-%endif
%if %{with lua}
BuildRequires: lua-devel < 5.3
Requires: lua < 5.3
@@ -230,9 +225,6 @@ This package contains the GTK+ Wireshark GUI and desktop integration files.
%if %{with_c_ares}
--with-c-ares \
%endif
-%if %{with_adns}
- --with-adns \
-%endif
%if %{with lua}
--with-lua \
%endif