Changeset View
Changeset View
Standalone View
Standalone View
files/0001-build-fix-building-network-manager-fortisslvpn.patch
- This file was added.
| From 4195187fbe5be348222c9a8472f7c9cf0e51d346 Mon Sep 17 00:00:00 2001 | |||||
| From: Alexander Kurilo <kamazee@gmail.com> | |||||
| Date: Wed, 26 Jul 2017 19:08:09 +0300 | |||||
| Subject: build: fix building pppd plugin | |||||
| Fixes: d434ad79a1002c37fc9654da62827b1d4d92a3d6 | |||||
| https://bugzilla.gnome.org/show_bug.cgi?id=785450b | |||||
| --- | |||||
| Makefile.am | 3 ++- | |||||
| 1 file changed, 2 insertions(+), 1 deletion(-) | |||||
| diff --git a/Makefile.am b/Makefile.am | |||||
| index 6bef38e..951b829 100644 | |||||
| --- a/Makefile.am | |||||
| +++ b/Makefile.am | |||||
| @@ -95,6 +95,7 @@ pppd_plugindir = $(PPPD_PLUGIN_DIR) | |||||
| pppd_plugin_LTLIBRARIES = src/nm-fortisslvpn-pppd-plugin.la | |||||
| src_nm_fortisslvpn_pppd_plugin_la_SOURCES = \ | |||||
| + shared/nm-utils/nm-shared-utils.c \ | |||||
| src/nm-fortisslvpn-pppd-plugin.c \ | |||||
| src/nm-ppp-status.h | |||||
| src_nm_fortisslvpn_pppd_plugin_la_CPPFLAGS = $(src_cppflags) | |||||
| @@ -102,7 +103,7 @@ src_nm_fortisslvpn_pppd_plugin_la_LDFLAGS = \ | |||||
| -module -avoid-version | |||||
| src_nm_fortisslvpn_pppd_plugin_la_LIBADD = \ | |||||
| src/libnm-fortisslvpn-pppd-service-dbus.la \ | |||||
| - $(GLIB_LIBS) | |||||
| + $(GLIB_LIBS) \ | |||||
| $(LIBNM_LIBS) | |||||
| ############################################################################### | |||||
| -- | |||||
| cgit v0.12 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.