diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2015-05-31 14:35:34 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-31 14:35:34 +0200 |
| commit | 15ab99a7f189ccd532b5f2a518c4efffc49b1cb8 (patch) | |
| tree | eed87607dffd430a90bb3adf8901048647b1c5b9 /package/ecryptfs-utils | |
| parent | ef92d32f19f1f92d78a42530ddb75355a9861d77 (diff) | |
| download | buildroot-15ab99a7f189ccd532b5f2a518c4efffc49b1cb8.tar.gz buildroot-15ab99a7f189ccd532b5f2a518c4efffc49b1cb8.zip | |
keyutils: uses dl*, disable for static build
And drop the unused static handling from the .mk file.
Fixes:
http://autobuild.buildroot.net/results/8a2/8a2ff0af4faeda4d2d224dcaf543a574d7eba30c/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ecryptfs-utils')
| -rw-r--r-- | package/ecryptfs-utils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in index d243da6fd4..cb70e000ae 100644 --- a/package/ecryptfs-utils/Config.in +++ b/package/ecryptfs-utils/Config.in @@ -13,7 +13,7 @@ config BR2_PACKAGE_ECRYPTFS_UTILS depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr depends on !BR2_MIPS_NABI32 # libnss - depends on !BR2_STATIC_LIBS # libnss + depends on !BR2_STATIC_LIBS # libnss, keyutils help eCryptfs is a POSIX-compliant enterprise cryptographic filesystem for Linux. It is stacked on top of any other |

