diff --git a/files/0001-build-fix-building-network-manager-fortisslvpn.patch b/files/0001-build-fix-building-network-manager-fortisslvpn.patch new file mode 100644 --- /dev/null +++ b/files/0001-build-fix-building-network-manager-fortisslvpn.patch @@ -0,0 +1,36 @@ +From 4195187fbe5be348222c9a8472f7c9cf0e51d346 Mon Sep 17 00:00:00 2001 +From: Alexander Kurilo +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 + diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : network-manager-fortisslvpn version : 1.2.6 -release : 5 +release : 7 source : - https://git.gnome.org/browse/network-manager-fortisslvpn/snapshot/network-manager-fortisslvpn-1.2.6.tar.xz : ce1c60d2525f8e7ba52ed6453ef3f75a3271fd665a60386857c7e9ce1cb4de45 license : GPL-2.0 @@ -21,6 +21,7 @@ - ppp-devel - pkgconfig(dbus-glib-1) setup : | + %patch -p1 < $pkgfiles/0001-build-fix-building-network-manager-fortisslvpn.patch %autogen build : | %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ network-manager-fortisslvpn - Ikey Doherty - ikey@solus-project.com + Sander Smid-Merlijn + sander.smid@gmail.com GPL-2.0 network.util @@ -37,12 +37,12 @@ - - 2017-11-21 + + 2018-01-04 1.2.6 Packaging update - Ikey Doherty - ikey@solus-project.com + Sander Smid-Merlijn + sander.smid@gmail.com \ No newline at end of file