We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d68bc4 commit 12fc455Copy full SHA for 12fc455
Makefile
@@ -21,12 +21,6 @@ TARGET_CFLAGS += $(FPIC)
21
TARGET_LDFLAGS += -Wl,--gc-sections
22
CMAKE_OPTIONS += -DCLANG_TIDY_EXE= -DSW_VERSION=$(PKG_VERSION)-r$(PKG_RELEASE)
23
24
-CONFIGURE_ARGS += \
25
- $(if $(CONFIG_LIBCURL_OPENSSL),--with-openssl="$(STAGING_DIR)/usr",--without-openssl) \
26
- $(if $(CONFIG_LIBCURL_NGHTTP2),--with-nghttp2="$(STAGING_DIR)/usr",--without-nghttp2) \
27
- $(if $(CONFIG_LIBCURL_NGHTTP3),--with-nghttp3="$(STAGING_DIR)/usr",--without-nghttp3) \
28
- $(if $(CONFIG_LIBCURL_NGTCP2),--with-ngtcp2="$(STAGING_DIR)/usr",--without-ngtcp2) \
29
-
30
define Package/https-dns-proxy
31
SECTION:=net
32
CATEGORY:=Network
0 commit comments