mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-28 21:18:15 +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:
@@ -25,7 +25,8 @@ DISPOPTFLAGS = -O2 -g3
|
||||
FPFLAGS =
|
||||
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR -DUSETERMIOS \
|
||||
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
|
||||
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY
|
||||
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY \
|
||||
-D_GNU_SOURCE
|
||||
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
|
||||
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
|
||||
|
||||
Reference in New Issue
Block a user