diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:08:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-24 22:27:23 +0200 |
commit | 7a0ffbea842dfb90a4535bfa3dd0ed45990be016 (patch) | |
tree | 12d8767d3b053224709645844a1215fb8265fc5a /package/atftp | |
parent | 5bb47a996905d89bbc0df0606a6fa992aa7c9409 (diff) |
atftp: fix compile with gcc5
Diffstat (limited to 'package/atftp')
-rw-r--r-- | package/atftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atftp/Makefile b/package/atftp/Makefile index ca0355cf7..2f476de19 100644 --- a/package/atftp/Makefile +++ b/package/atftp/Makefile @@ -28,7 +28,7 @@ $(eval $(call PKG_template,ATFTP,atftp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN $(eval $(call PKG_template,ATFTPD,atftpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_ATFTPD},${PKG_SECTION})) CONFIGURE_ARGS+= --disable-libpcre -MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} -Wall -D_REENTRANT -fno-inline" +MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} -Wall -D_REENTRANT -fno-inline -std=gnu89" atftp-install: $(INSTALL_DIR) $(IDIR_ATFTP)/usr/bin |