projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ebeecb
)
samba4: add comment arch dependencies
author
Baruch Siach
<baruch@tkos.co.il>
Sun, 2 Mar 2014 14:35:14 +0000
(16:35 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 2 Mar 2014 15:24:36 +0000
(16:24 +0100)
Hide the comment for unsupported architectures.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/samba4/Config.in
patch
|
blob
|
history
diff --git
a/package/samba4/Config.in
b/package/samba4/Config.in
index fcc03dfb15288c54f4f968d817c97ab9cbfa164a..bea26cba3625d85fff2701fc36d7e461ad1509f1 100644
(file)
--- a/
package/samba4/Config.in
+++ b/
package/samba4/Config.in
@@
-20,5
+20,6
@@
config BR2_PACKAGE_SAMBA4
http://www.samba.org/
comment "samba4 needs a toolchain w/ IPv6, wchar, largfile, threads"
+ depends on BR2_arm || BR2_powerpc || BR2_x86_64
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || \
!BR2_USE_WCHAR || !BR2_INET_IPV6