Commit a681e2052fefc6dbeb928b61ae7283620253aa06

Thomas de Grivel 2019-01-16T17:38:57

disable epoll on linux for now

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/thot.asd b/thot.asd
index c4faf26..6700201 100644
--- a/thot.asd
+++ b/thot.asd
@@ -17,7 +17,7 @@
                "bordeaux-threads"
                "babel-stream"
                "cffi-dirent"
-               #+linux "cffi-epoll"
+               #+linux1 "cffi-epoll"
                "cffi-socket"
                "cffi-stat"
                "cl-debug"
@@ -33,4 +33,4 @@
    (:file "thot" :depends-on ("mime"))
    (:file "thot-select" :depends-on ("thot"))
    (:file "thot-threaded" :depends-on ("thot"))
-   #+linux (:file "thot-epoll" :depends-on ("thot"))))
+   #+linux1 (:file "thot-epoll" :depends-on ("thot"))))