mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
6 lines
164 B
Text
6 lines
164 B
Text
# NeXT needs /usr/lib/libposix.a to load along with DB_File.so
|
|
if ( $dlsrc eq "dl_next.xs" ) {
|
|
@DynaLoader::dl_resolve_using = ( '/usr/lib/libposix.a' );
|
|
}
|
|
|
|
1;
|