wok diff samba/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents dead8955c3ca
children 72f9047facba
line diff
     1.1 --- a/samba/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/samba/receipt	Mon Feb 20 09:35:09 2017 +0100
     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()