[vlc-commits] Add missing rpath

Rémi Denis-Courmont git at videolan.org
Thu Feb 12 07:17:49 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 11 18:01:44 2015 +0200| [4e6d0f6fde24334cb65f8d8ff3ad841506cef6b2] | committer: Rémi Denis-Courmont

Add missing rpath

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e6d0f6fde24334cb65f8d8ff3ad841506cef6b2
---

 modules/text_renderer/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/text_renderer/Makefile.am b/modules/text_renderer/Makefile.am
index f84658b..979359a 100644
--- a/modules/text_renderer/Makefile.am
+++ b/modules/text_renderer/Makefile.am
@@ -22,7 +22,7 @@ libfreetype_plugin_la_LIBADD += $(FRIBIDI_LIBS)
 endif
 
 libquartztext_plugin_la_SOURCES = text_renderer/quartztext.c
-libquartztext_plugin_la_LDFLAGS = $(AM_LDFLAGS) \
+libquartztext_plugin_la_LDFLAGS = $(AM_LDLFAGS) -rpath '$(textdir)' \
 	-Wl,-framework,ApplicationServices
 EXTRA_LTLIBRARIES += libquartztext_plugin.la
 text_LTLIBRARIES += $(LTLIBquartztext)



More information about the vlc-commits mailing list