ports/security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_stdll.mk
2023-02-11 14:34:26 +09:00

11 lines
566 B
Makefile

--- usr/lib/soft_stdll/soft_stdll.mk.orig 2022-09-30 07:45:52 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 \
- -DNOMD2 -DNODSA -DNORIPE -fPIC -I${srcdir}/usr/lib/soft_stdll \
+ -DNOMD2 -DNODSA -DNORIPE $(FPIC) -I${srcdir}/usr/lib/soft_stdll \
-DTOK_NEW_DATA_STORE=0x0003000c \
-I${srcdir}/usr/lib/common -I${srcdir}/usr/include \
-DSTDLL_NAME=\"swtok\" -I${top_builddir}/usr/lib/api \