Skip to content

Commit 12fc455

Browse files
committed
remove CONFIGURE_ARGS
1 parent 1d68bc4 commit 12fc455

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ TARGET_CFLAGS += $(FPIC)
2121
TARGET_LDFLAGS += -Wl,--gc-sections
2222
CMAKE_OPTIONS += -DCLANG_TIDY_EXE= -DSW_VERSION=$(PKG_VERSION)-r$(PKG_RELEASE)
2323

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-
3024
define Package/https-dns-proxy
3125
SECTION:=net
3226
CATEGORY:=Network

0 commit comments

Comments
 (0)