summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-02-10 10:09:17 +0100
committerThomas Haller <thaller@redhat.com>2023-02-10 10:09:27 +0100
commit06dc84a563af95d87a5fa3634ec98a9e98f9635d (patch)
tree35fcc4b095fdf94f1c729341c113039a9fb5d237
parent820f6f3a4a42702c7463e0cb4f7ef51b6c88dde5 (diff)
downloadNetworkManager-06dc84a563af95d87a5fa3634ec98a9e98f9635d.tar.gz
contrib/rpm: fix "--enable-ppp" flag to build without ppp
[thaller@redhat.com: I introduced this bug when taking the original patch]. Fixes: 820f6f3a4a42 ('contrib/rpm: sync obsoletes_{initscripts_updown,ifcfg_rh} version')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 67402162df..4c71427067 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -878,7 +878,7 @@ autoreconf --install --force
--with-pppd="%{_sbindir}/pppd" \
--with-pppd-plugin-dir="%{_libdir}/pppd/%{ppp_version}" \
%else
- --enable-ppp=yes \
+ --enable-ppp=no \
%endif
%if %{with firewalld_zone}
--enable-firewalld-zone=yes \