summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-05-04 15:32:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-08 16:14:14 +0100
commit9fec5109ae1b27ba647f50e5c8af979ba425a023 (patch)
treee4313de3e92a43bfc3cb9bb5c3666abd446b3c6f /meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch
parent04bbd38668a0ffee2d830048285d291928fad6b2 (diff)
downloadpoky-9fec5109ae1b27ba647f50e5c8af979ba425a023.tar.gz
libfm: update to 1.3.0.2
(From OE-Core rev: 3f2961e7d2311c106d92a999bfe8b6af01c0f9bb) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch')
-rw-r--r--meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch b/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch
new file mode 100644
index 0000000000..f4c89127fc
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch
@@ -0,0 +1,23 @@
1From 07260295e031e845e38ba874fa6ab500790c4aaf Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 2 May 2018 16:48:47 +0300
4Subject: [PATCH] Do not add library path to avoid host contamination
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 src/modules/Makefile.am | 1 -
10 1 file changed, 1 deletion(-)
11
12diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am
13index e61f4e0..01c15bd 100644
14--- a/src/modules/Makefile.am
15+++ b/src/modules/Makefile.am
16@@ -11,7 +11,6 @@ AM_CPPFLAGS = \
17 # tell libtool we compile module not library
18 AM_LDFLAGS = \
19 -no-undefined -module -avoid-version -shared -export-dynamic \
20- -L$(libdir) \
21 $(GIO_LIBS)
22
23 # the module should be linked only with libfm, not libfm-gtk or whatever