wok diff samba/receipt @ rev 19898
linld/tazboot: fix set_kernel
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 07 21:50:50 2017 +0200 (2017-04-07) |
parents | dead8955c3ca |
children | 72f9047facba |
line diff
1.1 --- a/samba/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/samba/receipt Fri Apr 07 21:50:50 2017 +0200 1.3 @@ -14,9 +14,10 @@ 1.4 CONFIG_FILES="/etc/samba" 1.5 BUGS="Open directory needs MIT kerberos support (krb5)" 1.6 1.7 -BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config libldap krb5" 1.8 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils 1.9 -acl krb5 cups" 1.10 +BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev \ 1.11 +pkg-config libldap krb5" 1.12 +DEPENDS="libldap samba-common glibc-base ncursesw popt zlib cifs-utils acl \ 1.13 +krb5 cups" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()