diff --git a/bin/makefile-linux.386-x b/bin/makefile-linux.386-x index e4e0530..07d14fa 100644 --- a/bin/makefile-linux.386-x +++ b/bin/makefile-linux.386-x @@ -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 diff --git a/bin/makefile-linux.armv7l-x b/bin/makefile-linux.armv7l-x index e4e0530..07d14fa 100644 --- a/bin/makefile-linux.armv7l-x +++ b/bin/makefile-linux.armv7l-x @@ -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 diff --git a/bin/makefile-linux.x86_64-x b/bin/makefile-linux.x86_64-x index ea5ce5d..dee8734 100644 --- a/bin/makefile-linux.x86_64-x +++ b/bin/makefile-linux.x86_64-x @@ -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