diff options
-rw-r--r-- | security/softhsm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 1f4e5f6c319a..54c7910814ae 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -16,6 +16,9 @@ LIB_DEPENDS= libbotan-1.10.so:${PORTSDIR}/security/botan110 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes +# !!!!!!!!!!!! +# Changing the localstatedir is a huge POLA violation. Please leave it alone. +# !!!!!!!!!!!!!! CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ --localstatedir=/var INSTALL_TARGET= install-strip |