blob: 0437000adc0892d27c998a235fc1aff28f7a8cc5 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 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
Andrew Geissler595f6302022-01-24 19:11:47 +00006Upstream-Status: Submitted [https://github.com/lxde/libfm/pull/86]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007Signed-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