summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorNoé Rubinstein <noe.rubinstein@gmail.com>2015-11-04 18:47:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-24 08:39:28 +0100
commite2eaf814eb05b7c782dc87c7ef0b8e8cb356b592 (patch)
treee5f282d6e54236b112a3493a12dc12eabd542e94 /package/Config.in
parentbc20c1578401e0c619cf0c334d35d97c83500baa (diff)
trousers: new package
[Thomas: - use a 'select' instead of a 'depends on' for openssl - select libiconv when locale support is not available, otherwise the build fails due to missing iconv.h - disable on BR2_STATIC_LIBS configurations as it doesn't build. It could be made to build by patching the trousers Makefile. - add missing dependency on thread support in the toolchain - add Config.in comment about the thread and dynamic library dependencies. - add missing <pkg>_LICENSE and <pkg>_LICENSE_FILES variables.] Signed-off-by: Al West <al.west@v-nova.com> Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 09d161ba4..46217391b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -798,6 +798,7 @@ menu "Crypto"
source "package/nettle/Config.in"
source "package/openssl/Config.in"
source "package/polarssl/Config.in"
+ source "package/trousers/Config.in"
endmenu
menu "Database"