gl-infra-builder-FUjr/patches-siflower-18.x/4003-fix-update-mklibs-to-0.1.35.patch
2022-11-14 17:10:34 +08:00

25 lines
692 B
Diff

From 6b382ba2646903650da707cdebc1922b3f947a44 Mon Sep 17 00:00:00 2001
From: gl-dengxinfa <xinfa.deng@gl-inet.com>
Date: Tue, 8 Nov 2022 18:27:26 +0800
Subject: [PATCH] fix: update mklibs to 0.1.35
---
openwrt-18.06/tools/mklibs/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/openwrt-18.06/tools/mklibs/Makefile b/openwrt-18.06/tools/mklibs/Makefile
index 507c2fd39..882684052 100644
--- a/openwrt-18.06/tools/mklibs/Makefile
+++ b/openwrt-18.06/tools/mklibs/Makefile
@@ -18,6 +18,7 @@ HOST_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk
HOST_CFLAGS += -I$(CURDIR)/include
+HOST_CPPFLAGS += -std=gnu++98
define Host/Install
$(INSTALL_BIN) \
--
2.34.1