diff options
Diffstat (limited to 'extra/samba3/Pkgfile')
-rwxr-xr-x | extra/samba3/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/samba3/Pkgfile b/extra/samba3/Pkgfile index 9866ae3c4..478c784ab 100755 --- a/extra/samba3/Pkgfile +++ b/extra/samba3/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: talloc, libcups, gamin, kerberos, libcap -# Run on: libcups,gamin,kerberos,libcap +# Run on: talloc,libcups,gamin,kerberos,libcap name=samba3 -version=3.5.8 +version=3.5.9 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) @@ -14,12 +14,12 @@ source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) build() { cd $localname-$version/source3 - ./configure --prefix=/usr \ + PYTHON_VER=2.7 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --with-piddir=/var/run \ --with-pammodulesdir=/lib/security \ - --with-fhs --with-cups --with-syslog \ + --with-fhs --with-syslog \ --with-cifsumount --with-cifsmount make make DESTDIR=$PKG install |