summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-22 01:06:12 +0200
committerFlorian Franzmann2022-05-23 18:01:25 +0200
commitdb955eabc689f74d8b98abe59ac5c1f44932d2c6 (patch)
tree8644845a15e77462a4f23daa39c0606d65c62b91
parent6b06143e4e4ba00cf5ab70a5c1459147ccc3c5cf (diff)
crypto/encfs: remove dependency on SYSTEM-LOGGER
-rwxr-xr-xcrypto/encfs/DEPENDS2
-rw-r--r--crypto/encfs/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/crypto/encfs/DEPENDS b/crypto/encfs/DEPENDS
index 78db003fdd..0e72c8d2a4 100755
--- a/crypto/encfs/DEPENDS
+++ b/crypto/encfs/DEPENDS
@@ -1,6 +1,6 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
depends fuse &&
depends SSL &&
-depends SYSTEM-LOGGER &&
+
optional_depends GETTEXT ' -DENABLE_NLS=1' ' -DENABLE_NLS=0' 'NLS support' &&
optional_depends tinyxml ' -DUSE_INTERNAL_TINYXML=0' '' 'use external TinyXML'
diff --git a/crypto/encfs/HISTORY b/crypto/encfs/HISTORY
index 112d103213..55d7db71b2 100644
--- a/crypto/encfs/HISTORY
+++ b/crypto/encfs/HISTORY
@@ -1,3 +1,6 @@
+2022-05-22 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: remove dependency on SYSTEM-LOGGER
+
2019-10-05 Florian Franzmann <bwlf@bandrate.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*