diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-15 00:44:53 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-15 00:44:53 -0700 |
| commit | bd078805e604ddfbf9624e349c79ce3ba1abffdd (patch) | |
| tree | 5a364094d4374fdeab73a9f2a34054cd1ebea111 /pkg/python | |
| parent | 1b0aa2faa5bc1cc697f3506b70aff92db3179959 (diff) | |
expat: Use arc4random_buf
Diffstat (limited to 'pkg/python')
| -rw-r--r-- | pkg/python/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
