diff options
Diffstat (limited to 'community/nodejs-current/APKBUILD')
-rw-r--r-- | community/nodejs-current/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index c93f534849..f70815c27e 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -35,7 +35,7 @@ build() { --shared-libuv \ --shared-openssl \ --shared-http-parser \ - --openssl-use-def-ca-store \ + --openssl-use-def-ca-store \ || return 1 # we need run mksnapshot at build time so paxmark it early |