summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-11 01:59:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-11 01:59:06 +0000
commit85b4d566cfc4cf2b1ecaeebe47e23f42cb8382a1 (patch)
treeea13cd00e8674c5cc55d47cb477c05f3e4564418 /ext/POSIX
parentcd71ac1b376fde66cad5f3c3639a2bb6deb88a10 (diff)
downloadperl-85b4d566cfc4cf2b1ecaeebe47e23f42cb8382a1.tar.gz
A nicely working combination for UTS from Hal Morris.
p4raw-id: //depot/perl@10079
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/hints/uts.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/POSIX/hints/uts.pl b/ext/POSIX/hints/uts.pl
new file mode 100644
index 0000000000..7a18b4a91e
--- /dev/null
+++ b/ext/POSIX/hints/uts.pl
@@ -0,0 +1,9 @@
+# UTS - Leaving -lm in there results in death of make with the message:
+# LD_RUN_PATH="/usr/ccs/lib" ld -G -z text POSIX.o \
+# -o ../../lib/auto/POS IX/POSIX.so -lm
+# relocations referenced
+# from file(s)
+# /usr/ccs/lib/libm.a(acos.o)
+# ...
+
+$self->{LIBS} = [''];