emulators/tpm-emulator: Fix USE_LDCONFIG

Reported by:	pkg-devel exp-run
This commit is contained in:
Gleb Popov 2025-03-15 12:09:57 +03:00
parent 18b468c0e7
commit 1687f33c49

View file

@ -1,6 +1,6 @@
PORTNAME= tpm-emulator
PORTVERSION= 0.7.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= emulators security
MASTER_SITES= SF/${PORTNAME}.berlios
DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION}
@ -19,7 +19,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}"
CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
-DTDDL_LIBRARY_DIRS:STRING="${LOCALBASE}/lib/tddl_emu" \
-DTPM_LIBRARY_DIRS:STRING="${LOCALBASE}/lib"
USE_LDCONFIG= yes
USE_LDCONFIG= ${PREFIX}/lib/tddl_emu
USERS= _tss
GROUPS= _tss
SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}"