mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 23:34:35 +04:00
1. Update to FS v1.7.0 2. Fix erlang detection 3. Fix mod-python 4. Add libvpx and libyuv configure switches. 5. Add mod-graylog2, mod-png, mod-prefix, and mod-translate. 6. Use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST). -- Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
14 lines
380 B
Diff
14 lines
380 B
Diff
--- a/libs/srtp/configure.ac
|
|
+++ b/libs/srtp/configure.ac
|
|
@@ -130,10 +130,6 @@ if test "$enable_kernel_linux" = "yes";
|
|
fi
|
|
AC_MSG_RESULT($enable_kernel_linux)
|
|
|
|
-dnl Check for /dev/urandom
|
|
-AC_CHECK_FILE(/dev/urandom, DEV_URANDOM=/dev/urandom,
|
|
- [AC_CHECK_FILE(/dev/random, DEV_URANDOM=/dev/random)])
|
|
-
|
|
dnl Checks for header files.
|
|
AC_HEADER_STDC
|
|
AC_CHECK_HEADERS(stdlib.h)
|