aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-02-08 12:04:02 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-02-10 14:50:49 +0000
commit07910e841e67ffbbcfb4ea8221244dab4ba13017 (patch)
tree830fce9c79fde6c60072ad0c4744ae3c08fceddb /packaging/rpm
parent55db3d523dbe0a005ac8066f1b6106c3115cec7f (diff)
RPM: respect options for disabling Qt, SpanDSP and BCG729
"%bcond_without" enables a feature by default. Be sure to explicitly disable features to match the requested configuration. Change-Id: I90687f35bcd953670e147be9e70af03aaeaef5dc Ping-Bug: 14606 Reviewed-on: https://code.wireshark.org/review/31933 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/wireshark.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index 262aee93cb..566fdcc73b 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -13,8 +13,8 @@
%bcond_with mmdbresolve
%bcond_with lz4_and_snappy
%bcond_with c_ares
-%bcond_without spandsp
-%bcond_without bcg729
+%bcond_with spandsp
+%bcond_with bcg729
%bcond_with libxml2
%bcond_with nghttp2
%bcond_with sdjournal