mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-01 14:16:47 +00:00
Default NOFORN to defined. (#209)
The NOFORN flag controls foreign function interface code, which was written using the dld_* APIs which haven't existed in years. There was a GNU dld that provided this API, but it was withdrawn in 2006. If this code is to be re-enabled, it will have to be changed to use the `dlopen` family of APIs.
This commit is contained in:
@@ -22,7 +22,7 @@ OPTFLAGS = -O2 -g3
|
||||
DISPOPTFLAGS = -O2 -g3
|
||||
FPFLAGS =
|
||||
DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \
|
||||
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
|
||||
-DBYTESWAP -DFORKCOMM -DLOGINT $(XFLAGS) \
|
||||
-DRELEASE=351
|
||||
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
|
||||
|
||||
Reference in New Issue
Block a user