Browse Source

Merge pull request #14469 from neheb/ex

exim: fix compilation with CentOS 7
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
9d86dc8005
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mail/exim/Makefile

+ 1
- 0
mail/exim/Makefile View File

@ -137,6 +137,7 @@ define Package/exim/conffiles
/etc/exim/exim.conf
endef
HOST_CFLAGS += -std=c99
TARGET_CFLAGS += $(FPIC) -DNO_IP_OPTIONS -D_FILE_OFFSET_BITS=64
MAKE_VARS += build=Linux-$$(ARCH)


Loading…
Cancel
Save