diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-02 00:12:44 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-04-02 00:12:44 +0000 |
commit | 30cb74b4494fb8b95359d922b095ed1658b1297b (patch) | |
tree | c348b76cadd83ebc7af9a809ef88ae7160416e37 /security | |
parent | 10cf2a235e644c8b6fe6a40f9c23b32cf9100f5c (diff) | |
download | ports-30cb74b4494fb8b95359d922b095ed1658b1297b.tar.gz ports-30cb74b4494fb8b95359d922b095ed1658b1297b.zip |
Notes
Diffstat (limited to 'security')
-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 |