This website requires JavaScript.
Explore
Help
Sign In
mirror
/
iodine
Watch
1
Star
0
Fork
0
You've already forked iodine
mirror of
https://github.com/yarrick/iodine.git
synced
2024-11-30 00:46:05 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d24dae882a
iodine
/
src
/
osflags
15 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add extra ldflags for solaris
2008-07-12 16:42:19 +04:00
#!/bin/sh
case $1 in
link)
fixed osflags script, updated changelog
2008-08-07 00:02:34 +04:00
case `uname` in
Add extra ldflags for solaris
2008-07-12 16:42:19 +04:00
SunOS | solaris)
echo '-lsocket -lnsl';
;;
esac
;;
*)
;;
esac
Reference in New Issue
Copy Permalink