From b373e7eac9e933c6ac91c46f0ce875d9eb031eaf Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Fri, 5 May 2023 14:44:00 +0800 Subject: [PATCH] nghttp2: also enable static lib --- libs/nghttp2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nghttp2/Makefile b/libs/nghttp2/Makefile index 312835ba88..bf80897e9e 100644 --- a/libs/nghttp2/Makefile +++ b/libs/nghttp2/Makefile @@ -28,7 +28,7 @@ define Package/libnghttp2/description endef CMAKE_OPTIONS += \ - -DENABLE_LIB_ONLY=ON + -DENABLE_LIB_ONLY=ON -DENABLE_STATIC_LIB=ON define Build/InstallDev $(call Build/InstallDev/cmake,$(1))