From 0c0d5afbe5f9b171cdc9258b577e999881ce7ffb Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 7 Nov 2012 14:06:12 -0800 Subject: [PATCH] freetype2-no_rpath --- builds/unix/freetype-config.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in index 815367b..198bca9 100644 --- a/builds/unix/freetype-config.in +++ b/builds/unix/freetype-config.in @@ -16,7 +16,6 @@ includedir=@includedir@ libdir=@libdir@ enable_shared=@build_libtool_libs@ wl=@wl@ -hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@' usage() { @@ -140,10 +139,6 @@ if test "$echo_cflags" = "yes" ; then fi if test "$echo_libs" = "yes" ; then - rpath= - if test "$enable_shared" = "yes" ; then - eval "rpath=\"$hardcode_libdir_flag_spec\"" - fi libs="-lfreetype @LIBZ@ @LIBBZ2@ @FT2_EXTRA_LIBS@" if test "${SYSROOT}$libdir" != "/usr/lib" && test "${SYSROOT}$libdir" != "/usr/lib64"; then echo -L${SYSROOT}$libdir $libs -- 2.7.4