aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-16 22:11:17 +0000
committerJoão Valverde <j@v6e.pt>2016-03-21 19:32:00 +0000
commit7a1d3f67ac83e12645a91b5329b6e8163954f77e (patch)
treea59e3f5c90c2686f3f501dc6d2b12872d9735598 /packaging
parent52dd4fb6330a10ed37b8e221c502b5a98de4f581 (diff)
Remove ADNS support
Relevant mailing list message: https://www.wireshark.org/lists/wireshark-dev/201503/msg00007.html Change-Id: I0cff6d4d64fb52a651bcf6b28c183e43653b1cc2 Reviewed-on: https://code.wireshark.org/review/14519 Reviewed-by: João Valverde <j@v6e.pt>
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