From bd078805e604ddfbf9624e349c79ce3ba1abffdd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 15 Jul 2017 00:44:53 -0700 Subject: expat: Use arc4random_buf --- pkg/python/gen.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/python') diff --git a/pkg/python/gen.rc b/pkg/python/gen.rc index 50e3c60d..6f048d31 100644 --- a/pkg/python/gen.rc +++ b/pkg/python/gen.rc @@ -140,7 +140,7 @@ if(grep -qE '^(_hashlib|_ssl)' Setup) { if(grep -q '^pyexpat' Setup) { cflags=($cflags -isystem '$builddir'/pkg/expat/include) deps=($deps pkg/expat/headers) - libs=($libs expat/libexpat.a) + libs=($libs expat/libexpat.a.d) } if(grep -q '^zlib' Setup) { cflags=($cflags -isystem '$builddir'/pkg/zlib/include) -- cgit v1.2.3