View | Details | Raw Unified | Return to bug 200289
Collapse All | Expand All

(-)files/patch-configure (+21 lines)
Added Link Here
1
--- configure.orig	2015-05-08 14:42:35.405141000 +0000
2
+++ configure	2015-05-08 14:44:07.714597000 +0000
3
@@ -5491,6 +5491,18 @@ fi
4
 
5
 
6
 
7
+for ac_func in arc4random
8
+do :
9
+  ac_fn_c_check_func "$LINENO" "arc4random" "ac_cv_func_arc4random"
10
+if test "x$ac_cv_func_arc4random" = xyes; then :
11
+  cat >>confdefs.h <<_ACEOF
12
+#define HAVE_ARC4RANDOM 1
13
+_ACEOF
14
+
15
+fi
16
+done
17
+
18
+
19
 # Check whether --enable-ntp-timestamp was given.
20
 if test "${enable_ntp_timestamp+set}" = set; then :
21
   enableval=$enable_ntp_timestamp; case "${enableval}" in
(-)files/patch-mediastreamer-config.h.in (+11 lines)
Added Link Here
1
--- mediastreamer-config.h.in.orig	2015-05-08 15:04:52 UTC
2
+++ mediastreamer-config.h.in
3
@@ -1,5 +1,8 @@
4
 /* mediastreamer-config.h.in.  Generated from configure.ac by autoheader.  */
5
 
6
+/* Define to 1 if you have the `arc4random' function. */
7
+#undef HAVE_ARC4RANDOM
8
+
9
 /* Define if building universal (internal helper macro) */
10
 #undef AC_APPLE_UNIVERSAL_BUILD
11
 

Return to bug 200289