]> git.pld-linux.org Git - packages/ppp.git/commitdiff
bcond for MPPC support
authorJan Palus <atler@pld-linux.org>
Mon, 6 Apr 2015 11:08:55 +0000 (13:08 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 6 Apr 2015 11:08:55 +0000 (13:08 +0200)
MPPC patch breaks compatiblity with NetworkManager-pptp

ppp.spec

index 7f66b0985daad38119dcfa161493c090fe1641c4..3d9017a46f8640fc0bf548f0259320d067c66e4e 100644 (file)
--- a/ppp.spec
+++ b/ppp.spec
@@ -3,6 +3,7 @@
 # - check if %{_libdir}/pppd/%{version} path is needed, if not drop the symlink
 
 # Conditional build:
+%bcond_without mppc    # without MPPC support
 %bcond_without pppoatm # without PPPoATM plugin (which requires kernel 2.4 and atm-devel)
 %bcond_without srp     # without SRP support
 #
@@ -128,7 +129,9 @@ Wtyczka PPPoATM dla pppd.
 %if "%{_lib}" == "lib64"
 %patch9 -p1
 %endif
+%if %{with mppc}
 %patch10 -p1
+%endif
 %patch11 -p1
 %if "%{_lib}" == "libx32"
 %patch12 -p1
This page took 0.238761 seconds and 4 git commands to generate.