summaryrefslogtreecommitdiff
path: root/package/openldap/patches/patch-configure_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 09:14:45 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:31:28 +0200
commit46caa1fd7992f2107fb4a304e10f4a01b8b72fec (patch)
tree2081e9a073ac800493a226de73077fe311a001cb /package/openldap/patches/patch-configure_in
parent9eabf3b55865ceead69958fe8414742704a4bdc0 (diff)
openldap: update and fix compile with libressl
Diffstat (limited to 'package/openldap/patches/patch-configure_in')
-rw-r--r--package/openldap/patches/patch-configure_in31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/openldap/patches/patch-configure_in b/package/openldap/patches/patch-configure_in
new file mode 100644
index 000000000..5bd5b2503
--- /dev/null
+++ b/package/openldap/patches/patch-configure_in
@@ -0,0 +1,31 @@
+--- openldap-2.4.42.orig/configure.in 2015-08-14 17:25:28.000000000 +0200
++++ openldap-2.4.42/configure.in 2015-10-22 07:23:38.000000000 +0200
+@@ -2147,26 +2147,8 @@ else
+ fi
+ fi
+
+-dnl ----------------------------------------------------------------
+-dnl Check for entropy sources
+-if test $cross_compiling != yes && test "$ac_cv_mingw32" != yes ; then
+- dev=no
+- if test -r /dev/urandom ; then
+- dev="/dev/urandom";
+- elif test -r /idev/urandom ; then
+- dev="/idev/urandom";
+- elif test -r /dev/srandom ; then
+- dev="/dev/srandom";
+- elif test -r /dev/random ; then
+- dev="/dev/random";
+- elif test -r /idev/random ; then
+- dev="/idev/random";
+- fi
+-
+- if test $dev != no ; then
+- AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"$dev",[set to urandom device])
+- fi
+-fi
++# set unconditionally to /dev/urandom for Linux cross-compilation
++AC_DEFINE_UNQUOTED(URANDOM_DEVICE,"/dev/urandom",[set to urandom device])
+
+ dnl ----------------------------------------------------------------
+ dnl