diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-05 10:56:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-05 10:56:40 +0200 |
commit | 0a381caf8d4f2b202ea1f102f7d73f5930759cb1 (patch) | |
tree | 3fbb615a06e0f49db133d7054db39d58f41ad563 /package/openldap/patches/patch-configure_in | |
parent | cf88d1477ab74555131a3b78bc3d4cb4ec8f5727 (diff) |
openldap: update to 2.6.8
Diffstat (limited to 'package/openldap/patches/patch-configure_in')
-rw-r--r-- | package/openldap/patches/patch-configure_in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/openldap/patches/patch-configure_in b/package/openldap/patches/patch-configure_in deleted file mode 100644 index 5bd5b2503..000000000 --- a/package/openldap/patches/patch-configure_in +++ /dev/null @@ -1,31 +0,0 @@ ---- 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 |