chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] crypt egg: won't compile for Android


From: Kristian Lein-Mathisen
Subject: [Chicken-users] crypt egg: won't compile for Android
Date: Sun, 2 Nov 2014 14:43:38 +0100


Hi all,

Android, I believe, like OpenBSD, has no libcrypt.so but still has support for the crypt function. The crypt.setyp has already support for removing the -lcrypt flag during compilation and injecting "android" into that seems to do the trick:

diff --git a/crypt.setup b/crypt.setup
index eeaf1d5..9dac09a 100644
--- a/crypt.setup
+++ b/crypt.setup
@@ -28,2 +28,3 @@ EOF
                 (openbsd #f)
+                (android #f)
                 (else #t)))))

Could someone fix this upstream if this patch is acceptable?
Thank you!
K.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]