wok-next rev 7157
Fixed samba to use talloc package instead of talloc in samba package. This should help fixed mesa and mesa-demos in a recompile.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 06 22:27:47 2010 +0000 (2010-11-06) |
parents | b2dc30305841 |
children | 5b982ce8d9d3 |
files | samba-common/receipt samba/receipt samba/stuff/samba-common.files-list |
line diff
1.1 --- a/samba-common/receipt Sat Nov 06 22:26:06 2010 +0000 1.2 +++ b/samba-common/receipt Sat Nov 06 22:27:47 2010 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WEB_SITE="http://samba.org/" 1.6 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ 1.7 -libcomerr3 libkrb5 attr" 1.8 +libcomerr3 libkrb5 attr talloc" 1.9 WANTED="samba" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/samba/receipt Sat Nov 06 22:26:06 2010 +0000 2.2 +++ b/samba/receipt Sat Nov 06 22:27:47 2010 +0000 2.3 @@ -8,8 +8,8 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://samba.org/" 2.6 WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL" 2.7 -BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev" 2.8 -DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl " 2.9 +BUILD_DEPENDS="openldap-dev cups-dev talloc-dev pkg-config" 2.10 +DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl" 2.11 2.12 SUGGESTED="gamin cups perl" 2.13 CONFIG_FILES="/etc/samba" 2.14 @@ -22,7 +22,7 @@ 2.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.16 --with-piddir=/var/run/samba --with-lockdir=/var/run/samba \ 2.17 --with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \ 2.18 - --enable-shared-libs --with-libtalloc --with-libtdb --with-cifsumount \ 2.19 + --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ 2.20 --with-libsmbsharemodes --with-libsmbclient --without-pam \ 2.21 --sysconfdir=/etc --localstatedir=/var \ 2.22 --mandir=/usr/share/man $CONFIGURE_ARGS &&