mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-06 04:11:45 +00:00
Patch to make it build on BeOS R5-BONE and Haiku
This commit is contained in:
committed by
Erik Ekman
parent
d24dae882a
commit
ec2d6657a0
13
src/osflags
13
src/osflags
@@ -7,8 +7,21 @@ link)
|
||||
SunOS | solaris)
|
||||
echo '-lsocket -lnsl';
|
||||
;;
|
||||
BeOS)
|
||||
echo '-lsocket -lbind -lbsd';
|
||||
;;
|
||||
Haiku)
|
||||
echo '-lnetwork';
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
cflags)
|
||||
case `uname` in
|
||||
BeOS)
|
||||
echo '-Dsocklen_t=int';
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user