# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #30878]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30878 >
-laio needed.
--
Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
diff -u -r1.7 dec_osf.pl
--- config/init/hints/dec_osf.pl 10 Apr 2004 11:51:43 -0000 1.7
+++ config/init/hints/dec_osf.pl 29 Jul 2004 22:49:05 -0000
@@ -11,6 +11,9 @@
if ( $libs !~ /-lpthread/ ) {
$libs .= ' -lpthread';
}
+if ( $libs !~ /-laio/ ) {
+ $libs .= ' -laio';
+}
Configure::Data->set(
libs => $libs,
);