Skip to content
Open
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
3 changes: 2 additions & 1 deletion 3ds/curl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=3ds-curl
pkgver=8.4.0
pkgrel=1
pkgrel=2
pkgdesc='Library for transferring data with URLs. (for Nintendo 3DS homebrew development)'
arch=('any')
url='https://curl.haxx.se'
Expand Down Expand Up @@ -39,6 +39,7 @@ build() {
--disable-pthreads \
--disable-socketpair \
--disable-ntlm-wb \
--enable-websockets \
--with-mbedtls=${PORTLIBS_PREFIX} \
--with-ca-bundle=sdmc:/config/ssl/cacert.pem

Expand Down