summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathy Vanvoorden <mathy@vanvoorden.be>2017-11-07 20:33:37 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-07 23:58:57 +0100
commitfffd4eeec18894724408f7930599b707504121a1 (patch)
treeb4138aa8b55a0d36881afe0d8b8c3d97e793dca8 /net-misc/networkmanager-fortisslvpn/files
parentnet-vpn/openfortivpn: version bump to 1.5.0. (diff)
downloadgentoo-fffd4eeec18894724408f7930599b707504121a1.tar.gz
gentoo-fffd4eeec18894724408f7930599b707504121a1.tar.bz2
gentoo-fffd4eeec18894724408f7930599b707504121a1.zip
net-misc/networkmanager-fortisslvpn-1.2.6: fix dependency on nm-utils.
This applies upstream patch 4195187fbe5be348222c9a8472f7c9cf0e51d346 to prevent the error 'undefined symbol: _nm_utils_ascii_str_to_int64' from happening. Closes: https://bugs.gentoo.org/631008 Closes: https://github.com/gentoo/gentoo/pull/6144 Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'net-misc/networkmanager-fortisslvpn/files')
-rw-r--r--net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.6-nm-utils-dependency-fix.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.6-nm-utils-dependency-fix.diff b/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.6-nm-utils-dependency-fix.diff
new file mode 100644
index 000000000000..f882679954f7
--- /dev/null
+++ b/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.6-nm-utils-dependency-fix.diff
@@ -0,0 +1,21 @@
+diff --git a/Makefile.am b/Makefile.am
+index 6bef38ed5..951b829e3 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)
+
+ ###############################################################################