# HG changeset patch # User Christopher Rogers # Date 1289434218 0 # Node ID 5aee2def2a529aaafeb6a12c65c67f56297c6bec # Parent 9cf7ef7c39a667cbb3cbea75667c80a4ece22a54 Added libcomerr to samba-common instead of libcomerr3 since libsmbclient.so* needs libcomerr.so.2 to work. Added libcomerr-dev to samba build depends so it will build with it in clean chroot. diff -r 9cf7ef7c39a6 -r 5aee2def2a52 samba-common/receipt --- a/samba-common/receipt Wed Nov 10 23:53:15 2010 +0000 +++ b/samba-common/receipt Thu Nov 11 00:10:18 2010 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://samba.org/" DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ -libcomerr3 libkrb5 attr talloc" +libcomerr libkrb5 attr talloc" WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 9cf7ef7c39a6 -r 5aee2def2a52 samba/receipt --- a/samba/receipt Wed Nov 10 23:53:15 2010 +0000 +++ b/samba/receipt Thu Nov 11 00:10:18 2010 +0000 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://samba.org/" WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL" -BUILD_DEPENDS="openldap-dev cups-dev talloc-dev pkg-config" +BUILD_DEPENDS="openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config" DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl" SUGGESTED="gamin cups perl"