From ed03fcbd17a7f73faad2adf7bf21ae77ad93740d Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 31 Oct 2019 07:56:36 -0400 Subject: [PATCH] build: add PPPD_PATH to config.h.meson Without this using -Dpppd= was completely broken. First observed in NixOS [0] [0]: https://github.com/NixOS/nixpkgs/issues/72330 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/323 (cherry picked from commit e1ead6fa984db411db8c8cfcc1e1cf16e110ce3e) (cherry picked from commit 4c11364201c094ad19ab9980ea6051a82bd2a550) --- config.h.meson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.meson b/config.h.meson index c8f9805526..e7e117edc0 100644 --- a/config.h.meson +++ b/config.h.meson @@ -218,6 +218,9 @@ /* Define if you have PPP support */ #mesondefine WITH_PPP +/* Define to path of pppd binary */ +#mesondefine PPPD_PATH + /* Whether compilation of ibft setting plugin is enabled */ #mesondefine WITH_SETTINGS_PLUGIN_IBFT