wok diff samba/receipt @ 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 7157da8f2285
children 5aee2def2a52
line diff
     1.1 --- a/samba/receipt	Sat Oct 09 21:39:34 2010 +0000
     1.2 +++ b/samba/receipt	Sat Nov 06 22:27:47 2010 +0000
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://samba.org/"
     1.6  WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL"
     1.7 -BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev"
     1.8 -DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl "
     1.9 +BUILD_DEPENDS="openldap-dev cups-dev talloc-dev pkg-config"
    1.10 +DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl"
    1.11  
    1.12  SUGGESTED="gamin cups perl"
    1.13  CONFIG_FILES="/etc/samba"
    1.14 @@ -22,7 +22,7 @@
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16  	--with-piddir=/var/run/samba --with-lockdir=/var/run/samba \
    1.17  	--with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \
    1.18 -	--enable-shared-libs --with-libtalloc --with-libtdb --with-cifsumount \
    1.19 +	--enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \
    1.20  	--with-libsmbsharemodes --with-libsmbclient --without-pam \
    1.21  	--sysconfdir=/etc --localstatedir=/var \
    1.22  	--mandir=/usr/share/man $CONFIGURE_ARGS &&