Kaydet (Commit) ac1a3a5d authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Don't add an explicit -L/usr/lib or -L/usr/lib64.

It breaks KDE3 build on SUSE.
üst 3dd497e9
...@@ -1335,8 +1335,10 @@ elsif ($platform =~ m/linux|netbsd|osf1|aix|freebsd/) ...@@ -1335,8 +1335,10 @@ elsif ($platform =~ m/linux|netbsd|osf1|aix|freebsd/)
$L.$JRELIBDIR. $L.$JRELIBDIR.
$L.$JRETOOLKITDIR. $L.$JRETOOLKITDIR.
$L.$JRETHREADDIR. $L.$JRETHREADDIR.
$L_STLPORT_LIB. $L_STLPORT_LIB;
$L.$XLIB; if ( $XLIB ne "/usr/lib" && $XLIB ne "/usr/lib64" ) {
$SOLARLIB .= $L.$XLIB;
}
} }
elsif ($platform =~ m/cygwin|os2/) elsif ($platform =~ m/cygwin|os2/)
{ $SOLARLIB = $L.'$SOLARVER'.$ds.'$INPATH'.$LIB. { $SOLARLIB = $L.'$SOLARVER'.$ds.'$INPATH'.$LIB.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment