]> git.sesse.net Git - vlc/commitdiff
Add missing rpath
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 11 Feb 2015 16:01:44 +0000 (18:01 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 06:17:41 +0000 (08:17 +0200)
modules/text_renderer/Makefile.am

index f84658b20c955b700eef1ff34291ee12eb88ee73..979359a1055b53edee413291cc6789b0b64cc600 100644 (file)
@@ -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)