fixed osflags script, updated changelog

This commit is contained in:
Erik Ekman
2008-08-06 20:02:34 +00:00
committed by Erik Ekman
parent c01f42fd0f
commit 110866d76b
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
case $1 in
link)
case $OSTYPE in
case `uname` in
SunOS | solaris)
echo '-lsocket -lnsl';
;;