diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-02 08:12:44 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-02 08:12:44 +0800 |
commit | 61a8adbf0af26b92daa5b176bf9b1ede3a3e4033 (patch) | |
tree | c348b76cadd83ebc7af9a809ef88ae7160416e37 /security/softhsm | |
parent | fec45d2bb1f5cea1ea62657b3bef5a54d8dc970d (diff) | |
download | freebsd-ports-gnome-61a8adbf0af26b92daa5b176bf9b1ede3a3e4033.tar.gz freebsd-ports-gnome-61a8adbf0af26b92daa5b176bf9b1ede3a3e4033.tar.zst freebsd-ports-gnome-61a8adbf0af26b92daa5b176bf9b1ede3a3e4033.zip |
Thanks for breaking my domain
Diffstat (limited to 'security/softhsm')
-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 |