p11-kit:rebuild gnutls 32bit make error

This commit is contained in:
Rmys
2019-04-01 00:27:38 +03:00
parent 1e80dfb6c1
commit 74e4ce5d43
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ def setup():
shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX())
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += "--prefix=/_emul32 \
--libdir=/usr/lib32 \
options += "--libdir=/usr/lib32 \
--libexecdir=/_emul32/libexec \
--with-module-path=/usr/lib32/pkcs11"