22 lines
865 B
Diff
22 lines
865 B
Diff
|
|
diff --git a/build-socket-config b/build-socket-config
|
||
|
|
index 7061553..a9b120f 100755
|
||
|
|
--- a/build-socket-config
|
||
|
|
+++ b/build-socket-config
|
||
|
|
@@ -3,3 +3,4 @@
|
||
|
|
echo "(import scheme)" > socket-config.scm
|
||
|
|
echo "(import (chicken platform))" >> socket-config.scm
|
||
|
|
./socket-features >> socket-config.scm
|
||
|
|
+touch socket-config
|
||
|
|
diff --git a/socket.egg b/socket.egg
|
||
|
|
index 70c3b56..fa876f3 100644
|
||
|
|
--- a/socket.egg
|
||
|
|
+++ b/socket.egg
|
||
|
|
@@ -13,6 +13,7 @@
|
||
|
|
(source-dependencies "socket.scm")
|
||
|
|
(component-dependencies socket-config)
|
||
|
|
(csc-options "-O2" "-d1"
|
||
|
|
+ "-disable-interrupts"
|
||
|
|
"-X" "socket-config"
|
||
|
|
"-X" "feature-test-syntax"
|
||
|
|
"-D" "scan-buffer-line-returns-3-vals")))
|