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:
parent
3605e470c1
commit
faedb01ec5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue