Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
[p5sagit/p5-mst-13.2.git] / ext / DB_File / DB_File_BS
CommitLineData
a0d0e21e 1# NeXT needs /usr/lib/libposix.a to load along with DB_File.so
2if ( $dlsrc eq "dl_next.xs" ) {
3 @DynaLoader::dl_resolve_using = ( '/usr/lib/libposix.a' );
4}
5
61;