summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-08-10 19:40:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-08-10 19:40:51 +0000
commit986d5b7cbcd872646fe1efd43fd0baf7973682f1 (patch)
treee8c87a6a483290693a6c8579ae09d0f4c984b007
parent97714b8e41f7539a67d6da56f1d926b683dc8351 (diff)
downloadskalibs-986d5b7cbcd872646fe1efd43fd0baf7973682f1.tar.xz
Fix posix_spawn() autodetection (it can be in librt)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2f598f7..e4a1866 100755
--- a/configure
+++ b/configure
@@ -480,7 +480,7 @@ EOF
choose cl openat OPENAT 'openat()'
choose cl linkat LINKAT 'linkat()'
choose clr pipe2 PIPE2 'pipe2()'
- choose cl posixspawn POSIXSPAWN 'posix_spawn()'
+ choose cl posixspawn POSIXSPAWN 'posix_spawn()' $rt_lib
choose clr ppoll PPOLL 'ppoll()'
choose cl revoke REVOKE 'revoke()'
choose cl sendfile SENDFILE 'sendfile()'