diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 14:58:16 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 11:12:37 +0100 |
commit | 725607636edc598ad6823e49789420d734f8aa28 (patch) | |
tree | 2e6a93cdd6c65e8412bf874507a63c8ac8f14a71 /dist/IO/hints | |
parent | 8b2306352e674fdd7eb8b61ff2ce78864a87ed9c (diff) | |
download | perl-725607636edc598ad6823e49789420d734f8aa28.tar.gz |
Move IO from ext/ to dist/
Diffstat (limited to 'dist/IO/hints')
-rw-r--r-- | dist/IO/hints/sco.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/IO/hints/sco.pl b/dist/IO/hints/sco.pl new file mode 100644 index 0000000000..ddcf1551d1 --- /dev/null +++ b/dist/IO/hints/sco.pl @@ -0,0 +1,2 @@ +# SCO OSR5 needs to link with libc.so again to have C<fsync> defined +$self->{LIBS} = ['-lc']; |