summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-20 13:58:07 +0200
committerpiernov <piernov@piernov.org>2011-07-20 13:58:07 +0200
commitbb7426229d018926dca283c80b90163e41069eea (patch)
treec8bcf48b4dd541fd1e3665ca53e74ae89188cba5
parent18ce3111578f8c48096a2ddd222ba76e5b8c8094 (diff)
downloadnutyx-extra-bb7426229d018926dca283c80b90163e41069eea.tar.gz
nutyx-extra-bb7426229d018926dca283c80b90163e41069eea.tar.bz2
nutyx-extra-bb7426229d018926dca283c80b90163e41069eea.tar.xz
nutyx-extra-bb7426229d018926dca283c80b90163e41069eea.zip
samba3 3.5.8-2 correction port
-rwxr-xr-xextra/samba3/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/samba3/Pkgfile b/extra/samba3/Pkgfile
index 9866ae3c4..12e4f8814 100755
--- a/extra/samba3/Pkgfile
+++ b/extra/samba3/Pkgfile
@@ -7,19 +7,19 @@
name=samba3
version=3.5.8
-release=1
+release=2
localname=samba
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