mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-12 02:47:43 +00:00
Docker compatibility: makefile and headers (#17)
* Docker compatibility: makefile and headers - _GNU_SOURCE required for F_SETSIG * Remove duplicate makeright.sh script * Update some includes that don't exist on modern Linux (termio.h); Clang in Docker has trouble resolving them automatically
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
LD_LIBRARY_PATH=/usr/local/lib
|
||||
RELDIR="../RELEASE/"
|
||||
|
||||
export PATH=".:$PATH"
|
||||
|
||||
if test "$1" = ""
|
||||
then
|
||||
display="single"
|
||||
|
||||
Reference in New Issue
Block a user