freetype2-no_rpath
authorAnas Nashif <anas.nashif@intel.com>
Wed, 7 Nov 2012 22:06:12 +0000 (14:06 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 7 Nov 2012 22:06:12 +0000 (14:06 -0800)
builds/unix/freetype-config.in

index 815367b..198bca9 100644 (file)
@@ -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