mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
c-ares: define random file
When cross-compiling it assumes there's none, however that's not true. Specify the usual /dev/urandom for this usage, it's used for random key generation on startup. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9327c73aa8
commit
cf44dfedc6
@ -7,6 +7,7 @@
|
|||||||
C_ARES_VERSION = 1.10.0
|
C_ARES_VERSION = 1.10.0
|
||||||
C_ARES_SITE = http://c-ares.haxx.se/download
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
||||||
C_ARES_INSTALL_STAGING = YES
|
C_ARES_INSTALL_STAGING = YES
|
||||||
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
||||||
# Rebuild configure to avoid XC_CHECK_USER_CFLAGS
|
# Rebuild configure to avoid XC_CHECK_USER_CFLAGS
|
||||||
C_ARES_AUTORECONF = YES
|
C_ARES_AUTORECONF = YES
|
||||||
C_ARES_LICENSE = MIT
|
C_ARES_LICENSE = MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user