mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 14:38:01 +02:00
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
206b6f1608
commit
47bd6b0eca
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue