Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package/libcurl/libcurl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ endef
LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
endif

# reglinux - PCSX2 / VPINBALL / MANGOHUD
$(eval $(autotools-package))

# reglinux - we need host-libcurl for several packages
HOST_LIBCURL_DEPENDENCIES = host-openssl
HOST_LIBCURL_CONF_OPTS = \
--disable-manual \
Expand All @@ -210,9 +212,7 @@ HOST_LIBCURL_CONF_OPTS = \
--with-ssl \
--without-gnutls \
--without-mbedtls \
--without-libpsl \
--without-nss

HOST_LIBCURL_POST_PATCH_HOOKS += LIBCURL_FIX_DOT_PC

$(eval $(autotools-package))
$(eval $(host-autotools-package))