diff options
author | Taner Tas <taner76@gmail.com> | 2018-04-26 08:34:51 +0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 09:19:09 +0000 |
commit | 296647babb5e1798c6294d6620643265c1166d94 (patch) | |
tree | 58918f74e0217ae92dbe2797996f8b619ffcc94e /community/network-manager-applet/fix-without-selinux.patch | |
parent | b9ab9bebf72c9cf1e98417708593e4986ef8991c (diff) | |
download | aports-296647babb5e1798c6294d6620643265c1166d94.tar.bz2 aports-296647babb5e1798c6294d6620643265c1166d94.tar.xz |
community/network-manager-applet: Upgrade to 1.8.6
* Add libgnome-keyring as dependency
Diffstat (limited to 'community/network-manager-applet/fix-without-selinux.patch')
-rw-r--r-- | community/network-manager-applet/fix-without-selinux.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/network-manager-applet/fix-without-selinux.patch b/community/network-manager-applet/fix-without-selinux.patch deleted file mode 100644 index 0134cc0610..0000000000 --- a/community/network-manager-applet/fix-without-selinux.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c -index ca74d12..be211f2 100644 ---- a/src/connection-editor/nm-connection-editor.c -+++ b/src/connection-editor/nm-connection-editor.c -@@ -31,7 +31,7 @@ - #include <errno.h> - #include <gdk/gdkx.h> - --#ifdef WITH_SELINUX -+#if WITH_SELINUX - #include <selinux/selinux.h> - #endif - -@@ -183,7 +183,7 @@ update_sensitivity (NMConnectionEditor *editor) - } - } - --#ifdef WITH_SELINUX -+#if WITH_SELINUX - /* This is what the files in ~/.cert would get. */ - static const char certcon[] = "unconfined_u:object_r:home_cert_t:s0"; - |