$NetBSD: patch-ac,v 1.3 2000/08/27 20:55:57 jlam Exp $ --- ext/POSIX/Makefile.PL.orig Wed Mar 22 11:23:03 2000 +++ ext/POSIX/Makefile.PL @@ -6,7 +6,7 @@ @libs = ('LIBS' => ["-lm -lc -lposix -lcposix"]); } else { - @libs = ('LIBS' => ["-lm -lposix -lcposix"]); + @libs = ('LIBS' => ["-lm"]); } } WriteMakefile(