mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
gawk: enable bit operations.
This commit is contained in:
parent
574cba3bcb
commit
aa11513fdd
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue