mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
2 lines
146 B
Perl
2 lines
146 B
Perl
# osr5 needs to explicitly link against libc to pull in some static symbols
|
|
$self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;
|