diff options
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/hints/uts.pl | 9 |
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} = ['']; |