diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/gnutls/make.sh | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/gnutls/make.sh')
-rw-r--r-- | data/gnutls/make.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/gnutls/make.sh b/data/gnutls/make.sh index 9bbfb41dc..0db47e445 100644 --- a/data/gnutls/make.sh +++ b/data/gnutls/make.sh @@ -1,5 +1,7 @@ pkg:setup autoreconf -f -i -pkg:configure --with-included-libtasn1 -make -pkg:install +pkg:configure --with-included-libtasn1 --without-libiconv-prefix --without-libintl-prefix --without-libseccomp-prefix \ + --without-libcrypto-prefix --without-librt-prefix --without-libpthread-prefix --without-libnsl-prefix \ + --without-libunistring-prefix --without-libdl-prefix --without-libz-prefix P11_KIT_LIBS="-lp11-kit" +make -j8 V=1 +pkg:install V=1 |