projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Upgrade to Encode 1.92.
[p5sagit/p5-mst-13.2.git]
/
ext
/
POSIX
/
hints
/
uts.pl
1
# UTS - Leaving -lm in there results in death of make with the message:
2
# LD_RUN_PATH="/usr/ccs/lib" ld -G -z text POSIX.o \
3
# -o ../../lib/auto/POS IX/POSIX.so -lm
4
# relocations referenced
5
# from file(s)
6
# /usr/ccs/lib/libm.a(acos.o)
7
# ...
8
9
$self->{LIBS} = [''];