mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-05 17:00:49 +01:00
contrib/rpm: fix "--enable-ppp" flag to build without ppp
[thaller@redhat.com: I introduced this bug when taking the original patch]. Fixes:820f6f3a4a('contrib/rpm: sync obsoletes_{initscripts_updown,ifcfg_rh} version') (cherry picked from commit06dc84a563)
This commit is contained in:
parent
d4de1a0894
commit
90f21c0570
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue