From 5e02124da5b47ea818fd977a247d5e8092cf11d6 Mon Sep 17 00:00:00 2001 From: ope087 <33145975+ope087@users.noreply.github.com> Date: Wed, 7 Nov 2018 10:53:03 +0800 Subject: [PATCH] old code need extra CFLAGS --- utils/bandwidthd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 74e37f89..bd664e7e 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -140,7 +140,7 @@ CONFIGURE_ARGS += \ ac_cv_lib_sqlite3_sqlite3_open=no endif -EXTRA_CFLAGS+= $(TARGET_CPPFLAGS) +EXTRA_CFLAGS+= $(TARGET_CPPFLAGS) -std=gnu89 EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib define Package/bandwidthd/install