summaryrefslogtreecommitdiffstats
path: root/extra/samba3-server/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/samba3-server/Pkgfile')
-rwxr-xr-xextra/samba3-server/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile
index f6f2fe1b1..c2192c1d3 100755
--- a/extra/samba3-server/Pkgfile
+++ b/extra/samba3-server/Pkgfile
@@ -6,7 +6,7 @@
# Run on: samba3
name=samba3-server
-version=3.5.8
+version=3.5.9
release=1
localname=samba
source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\
@@ -21,12 +21,12 @@ build() {
make DESTDIR=$PKG install-samba
make DESTDIR=$PKG install-winbind
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