aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-04-11 10:34:08 +0200
committerDario Lombardo <lomato@gmail.com>2018-04-11 14:46:06 +0000
commit26cd969c09702eb3ed982223e895774608ad8993 (patch)
treed72cc2061a92f2c5a0e0d4eff083af8a622b9de2 /packaging/rpm
parentdcc88906a9c58e015d48b78b586185ab77aa061d (diff)
RPM: fix typo.
Change-Id: I2e82fb0696e2e7cb636ec1fdfb72a566e0eca94f Reviewed-on: https://code.wireshark.org/review/26879 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/wireshark.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/wireshark.spec.in b/packaging/rpm/wireshark.spec.in
index d95e194a44..7daa27bfa5 100644
--- a/packaging/rpm/wireshark.spec.in
+++ b/packaging/rpm/wireshark.spec.in
@@ -250,7 +250,7 @@ Requires: libmaxminddb
%if %{with libxml2}
-DENABLE_LIBXML2=ON \
%else
- -ENABLE_LIBXML2=OFF \
+ -DENABLE_LIBXML2=OFF \
%endif
%if %{with nghttp2}
-DENABLE_NGHTTP2=ON \