diff options
Diffstat (limited to 'bdb/perl/DB_File/DB_File_BS')
-rw-r--r-- | bdb/perl/DB_File/DB_File_BS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bdb/perl/DB_File/DB_File_BS b/bdb/perl/DB_File/DB_File_BS new file mode 100644 index 00000000000..9282c498811 --- /dev/null +++ b/bdb/perl/DB_File/DB_File_BS @@ -0,0 +1,6 @@ +# 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; |