Merge pull request #14469 from neheb/ex
exim: fix compilation with CentOS 7
This commit is contained in:
commit
9d86dc8005
|
@ -137,6 +137,7 @@ define Package/exim/conffiles
|
||||||
/etc/exim/exim.conf
|
/etc/exim/exim.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_CFLAGS += -std=c99
|
||||||
TARGET_CFLAGS += $(FPIC) -DNO_IP_OPTIONS -D_FILE_OFFSET_BITS=64
|
TARGET_CFLAGS += $(FPIC) -DNO_IP_OPTIONS -D_FILE_OFFSET_BITS=64
|
||||||
|
|
||||||
MAKE_VARS += build=Linux-$$(ARCH)
|
MAKE_VARS += build=Linux-$$(ARCH)
|
||||||
|
|
Loading…
Reference in New Issue