diff options
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 59087e3888..9bce2a594c 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -129,7 +129,9 @@ fi # [Maybe we should just remove c from $libswanted ?] -libs='-lsocket -lm' +# Test would pick up wrong rand, so we hardwire the value for random() +libs='-lsocket -lm -lbsd' +randbits=31 archobjs="os2$obj_ext dl_os2$obj_ext" # Run files without extension with sh: |