Commit 3fa81d94 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

gnutls requires more memory to build - swap added

parent a3cef9d4
all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf gnutls-3.7.2.tar.xz
cd gnutls-3.7.2 && ./configure --prefix=/usr --with-default-trust-store-pkcs11="pkcs11:"
$(MAKE) -C gnutls-3.7.2
$(MAKE) -C gnutls-3.7.2 check
$(MAKE) -C gnutls-3.7.2 install
rm -rf gnutls-3.7.2
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment