about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-26 06:08:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-26 06:08:45 +0000
commit28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0 (patch)
tree7a972e941187dad868d05a377e23ca7245270da3 /configure
parentc9e549afa60dc3c4660e1de42a79f810299c2ade (diff)
downloadskalibs-28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0.tar.gz
skalibs-28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0.tar.xz
skalibs-28bfd386f2e8046c7b1cfb4b796ea1347e6a42b0.zip
Switch getrandom sysdep back to choose cl
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d49390f..189a047 100755
--- a/configure
+++ b/configure
@@ -45,7 +45,7 @@ $package options:
 
 Sysdeps autodetection override:
   --with-sysdep-K=V             assume sysdep K has the value V [autodetected]
-List of mandatory K for cross-compiling: devurandom (V=yes|no), getrandom (V=yes|no)
+List of mandatory K for cross-compiling: devurandom (V=yes|no)
  
 EOF
   exit 0
@@ -625,11 +625,11 @@ choose cl itimer 'setitimer()'
 choose cl namespaces 'namespaces'
 choose cl nsgetparent 'NS_GET_PARENT'
 choose cl explicit_bzero 'explicit_bzero()'
+choose cl getrandom 'getrandom()'
 
 # And here are the evil irreducible sysdeps.
 
 choose clr devurandom '/dev/urandom'
-choose clr getrandom 'getrandom()'
 
 rm -f "$tmps"
 echo "Creating config.mak..."