mirror of
https://github.com/yarrick/iodine.git
synced 2025-11-10 04:02:46 +00:00
fixed osflags script, updated changelog
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
case $1 in
|
||||
link)
|
||||
|
||||
case $OSTYPE in
|
||||
case `uname` in
|
||||
SunOS | solaris)
|
||||
echo '-lsocket -lnsl';
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user