Added -lelf for grind on sparc_solaris
This commit is contained in:
parent
cee6ab37e7
commit
66e29d8bd9
1 changed files with 9 additions and 0 deletions
|
@ -21,5 +21,14 @@ ed - /tmp/mk_mak$$ << 'EOF'
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
EOF
|
EOF
|
||||||
|
case `ack_sys` in
|
||||||
|
sparc_solaris)
|
||||||
|
ed - /tmp/mk_mak$$ << 'EOF'
|
||||||
|
g/^EXTRALIB/s/=/= -lelf/
|
||||||
|
w
|
||||||
|
q
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
esac
|
||||||
cat /tmp/mk_mak$$
|
cat /tmp/mk_mak$$
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue