1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Remove -D__USE_BSD from Linux builds. (#67)

This is an internal macro to GNU libc and wasn't meant to be
defined like this. Well, it was. It was deprecated and removed
some years ago, so it isn't doing anything at all here now.
This commit is contained in:
Bruce Mitchener
2020-12-16 01:06:15 +07:00
committed by GitHub
parent d3a94b2d86
commit 4862e8bbb6
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -24,7 +24,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt

View File

@@ -25,7 +25,7 @@ DISPOPTFLAGS = -O2 -g3
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD -DSYSVSIGNALS -DSYSVONLY \
-DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \
-D_GNU_SOURCE
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -lcrypt