2004-11-16 Owen Taylor <otaylor@redhat.com>

* builds/unix/freetype-config.in: Supress -L$libdir for
        /usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
        https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)
This commit is contained in:
Owen Taylor 2004-11-16 13:06:43 +00:00
parent 3605e470c1
commit faedb01ec5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-11-16 Owen Taylor <otaylor@redhat.com>
* builds/unix/freetype-config.in: Supress -L$libdir for
/usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199)
2004-11-11 Werner Lemberg <wl@gnu.org>
* src/cff/cffdrivr.c (cff_service_ps_info): Updated.

View File

@ -119,7 +119,7 @@ if test "$echo_libs" = "yes" ; then
eval "rpath=\"$hardcode_libdir_flag_spec\""
fi
libs="-lfreetype @LIBZ@"
if test "$libdir" != "/usr/lib" ; then
if test "$libdir" != "/usr/lib" && test "$libdir" != "/usr/lib64"; then
echo -L$libdir $rpath $libs
else
echo $libs