1
0
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:
Bruce Mitchener
2021-01-12 09:17:42 +07:00
committed by GitHub
parent fa1adadd31
commit 5a8f20c0ca
20 changed files with 23 additions and 25 deletions

View File

@@ -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