cs: another fix for racketcs linking configure on Linux
This commit is contained in:
parent
76f868f287
commit
31d35ebe88
1
racket/src/cs/c/configure
vendored
1
racket/src/cs/c/configure
vendored
|
@ -3660,6 +3660,7 @@ case "$host_os" in
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
MACH_OS=le
|
MACH_OS=le
|
||||||
|
LIBS="${LIBS} -lrt"
|
||||||
;;
|
;;
|
||||||
osf1*)
|
osf1*)
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -151,6 +151,7 @@ case "$host_os" in
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
MACH_OS=le
|
MACH_OS=le
|
||||||
|
LIBS="${LIBS} -lrt"
|
||||||
;;
|
;;
|
||||||
osf1*)
|
osf1*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user