logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: aa11513fdd220b7b59c01bb665cd78c6adcaa264
parent 574cba3bcbca15ed5afc776e3c69c63618149ad8
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Tue, 16 Feb 2021 17:46:35 +0000

gawk: enable bit operations.

Diffstat:

Msysa/gawk-3.0.4/mk/main.mk3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysa/gawk-3.0.4/mk/main.mk b/sysa/gawk-3.0.4/mk/main.mk @@ -32,7 +32,8 @@ CFLAGS = -I vms \ -DHAVE_STRING_H=1 \ -DHAVE_STRTOD=1 \ -DHAVE_SYS_PARAM_H=1 \ - -DHAVE_UNISTD_H=1 + -DHAVE_UNISTD_H=1 \ + -DBITOPS=1 .PHONY: all