~ chicken-core (chicken-5) 9fcc363109864c5d3022d06fad1f95ca5f41908b
commit 9fcc363109864c5d3022d06fad1f95ca5f41908b
Author: Christian Kellermann <ckeen@pestilenz.org>
AuthorDate: Tue Nov 12 20:56:54 2013 +0100
Commit: Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Tue Nov 12 20:58:19 2013 +0100
Add Hurd also to the dynamic-load-libraries in eval.scm
The default used to work by chance and this is more explicit.
Signed-off-by: Christian Kellermann <ckeen@pestilenz.org>
diff --git a/eval.scm b/eval.scm
index 7940066e..d758e86e 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1066,7 +1066,7 @@
(define dynamic-load-libraries
(let ((ext
- (if (and (memq (software-version) '(linux netbsd openbsd freebsd haiku))
+ (if (and (memq (software-version) '(linux netbsd openbsd freebsd haiku hurd))
(not (zero? binary-version))) ; allow "configless" build
(string-append
##sys#load-library-extension
Trap