Skip to content

Commit 47d70db

Browse files
authored
Merge pull request #172 from REG-Linux/fix-host-libcurl
Fix host-libcurl
2 parents 327ea85 + a050eb1 commit 47d70db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package/libcurl/libcurl.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ endef
201201
LIBCURL_POST_INSTALL_TARGET_HOOKS += LIBCURL_TARGET_CLEANUP
202202
endif
203203

204-
# reglinux - PCSX2 / VPINBALL / MANGOHUD
204+
$(eval $(autotools-package))
205+
206+
# reglinux - we need host-libcurl for several packages
205207
HOST_LIBCURL_DEPENDENCIES = host-openssl
206208
HOST_LIBCURL_CONF_OPTS = \
207209
--disable-manual \
@@ -210,9 +212,7 @@ HOST_LIBCURL_CONF_OPTS = \
210212
--with-ssl \
211213
--without-gnutls \
212214
--without-mbedtls \
215+
--without-libpsl \
213216
--without-nss
214217

215-
HOST_LIBCURL_POST_PATCH_HOOKS += LIBCURL_FIX_DOT_PC
216-
217-
$(eval $(autotools-package))
218218
$(eval $(host-autotools-package))

0 commit comments

Comments
 (0)