blob: 1c0b8fcdd670a7401909b8a901d4c0bfc1e78f31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- usr/lib/soft_stdll/soft_stdll.mk.orig 2018-11-16 14:53:03 UTC
+++ usr/lib/soft_stdll/soft_stdll.mk
@@ -4,7 +4,7 @@ noinst_HEADERS += usr/lib/soft_stdll/tok_struct.h
opencryptoki_stdll_libpkcs11_sw_la_CFLAGS = \
-DDEV -D_THREAD_SAFE -DSHALLOW=0 -DSWTOK=1 -DLITE=0 -DNOCDMF \
- -DNOMD2 -DNODSA -DNORIPE -fPIC -I${srcdir}/usr/lib/soft_stdll \
+ -DNOMD2 -DNODSA -DNORIPE $(FPIC) -I${srcdir}/usr/lib/soft_stdll \
-I${srcdir}/usr/lib/common -I${srcdir}/usr/include \
-DSTDLL_NAME=\"swtok\"
|