Merge pull request #6288 from sdelafond/diffutils_x86

diffutils: fix 'compilation error on x86_64
This commit is contained in:
Hannu Nyman 2018-07-04 20:18:26 +03:00 committed by GitHub
commit 4a5c3dc79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ define Package/diffutils/description
endef
CONFIGURE_VARS += \
gl_cv_func_getopt_gnu=yes \
ac_cv_func_mempcpy=n
TARGET_CFLAGS += --std=gnu99