mirror of
https://github.com/sheumann/hush.git
synced 2025-01-30 11:37:02 +00:00
added gcc flag which is needed for ULLONG_MAX to appear
on Tito's box
This commit is contained in:
parent
e5667c1cfe
commit
bf11e8942d
@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||||
|
|
||||||
|
# -std=gnu99 needed for [U]LLONG_MAX on some systems
|
||||||
|
|
||||||
CPPFLAGS += \
|
CPPFLAGS += \
|
||||||
|
-std=gnu99 \
|
||||||
-Iinclude -Ilibbb \
|
-Iinclude -Ilibbb \
|
||||||
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \
|
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \
|
||||||
-include include/autoconf.h \
|
-include include/autoconf.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user