# HG changeset patch # User Christopher Rogers # Date 1289082467 0 # Node ID 69b842dd6217dc7b5334afee96b9746083e0d216 # Parent b2dc3030584119b34f6f10cd06f0b88866260f5d Fixed samba to use talloc package instead of talloc in samba package. This should help fixed mesa and mesa-demos in a recompile. diff -r b2dc30305841 -r 69b842dd6217 samba-common/receipt --- a/samba-common/receipt Sat Nov 06 22:26:06 2010 +0000 +++ b/samba-common/receipt Sat Nov 06 22:27:47 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" +libcomerr3 libkrb5 attr talloc" WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b2dc30305841 -r 69b842dd6217 samba/receipt --- a/samba/receipt Sat Nov 06 22:26:06 2010 +0000 +++ b/samba/receipt Sat Nov 06 22:27:47 2010 +0000 @@ -8,8 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://samba.org/" WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL" -BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev" -DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl " +BUILD_DEPENDS="openldap-dev cups-dev talloc-dev pkg-config" +DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl" SUGGESTED="gamin cups perl" CONFIG_FILES="/etc/samba" @@ -22,7 +22,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --with-piddir=/var/run/samba --with-lockdir=/var/run/samba \ --with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \ - --enable-shared-libs --with-libtalloc --with-libtdb --with-cifsumount \ + --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ --with-libsmbsharemodes --with-libsmbclient --without-pam \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man $CONFIGURE_ARGS && diff -r b2dc30305841 -r 69b842dd6217 samba/stuff/samba-common.files-list --- a/samba/stuff/samba-common.files-list Sat Nov 06 22:26:06 2010 +0000 +++ b/samba/stuff/samba-common.files-list Sat Nov 06 22:27:47 2010 +0000 @@ -1,3 +1,2 @@ /usr/lib/libwbclient.so* /usr/lib/libtdb.so* -/usr/lib/libtalloc.so*