1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

Merge branch 'master' into mixer

This commit is contained in:
Alexandre Ratchov 2017-11-13 07:16:39 +01:00
commit a4dee36869
2 changed files with 2 additions and 3 deletions

3
configure vendored
View File

@ -61,8 +61,7 @@ case `uname` in
ldadd="-lrt" ldadd="-lrt"
user=sndiod user=sndiod
so_link="libsndio.so" so_link="libsndio.so"
defs='-D_GNU_SOURCE -DDEV_RANDOM=\\"/dev/urandom\\" \\\ defs='-D_GNU_SOURCE -DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME'
-DHAVE_SOCK_CLOEXEC -DHAVE_CLOCK_GETTIME'
;; ;;
NetBSD) NetBSD)
sun=no sun=no

View File

@ -40,7 +40,7 @@
#ifndef HAVE_ARC4RANDOM #ifndef HAVE_ARC4RANDOM
#ifndef DEV_RANDOM #ifndef DEV_RANDOM
#define DEV_RANDOM "/dev/arandom" #define DEV_RANDOM "/dev/urandom"
#endif #endif
static int static int