diff crypto/libressl/libressl.sh @ 645:af3c84369341

crypto/libressl: fix build
author David Demelier <markand@malikania.fr>
date Sat, 27 Jul 2019 08:58:45 +0200
parents 2929b2af4c15
children a133976e0783
line wrap: on
line diff
--- a/crypto/libressl/libressl.sh	Sat Jul 27 08:51:12 2019 +0200
+++ b/crypto/libressl/libressl.sh	Sat Jul 27 08:58:45 2019 +0200
@@ -32,6 +32,7 @@
 	tar xvf $PKGNAME-$PKGVERSION.tar.gz
 	cd $PKGNAME-$PKGVERSION
 
+	patch -p0 < ../patch-musl.patch
 	mkdir build && cd build
 	cmake .. \
 		-DBUILD_SHARED_LIBS=On \