diff options
author | piernov <piernov@piernov.org> | 2011-07-20 13:58:33 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-20 13:58:33 +0200 |
commit | bcb0ebdcbf613ff3b20f2bd54fefe350a2a99336 (patch) | |
tree | 8fc114b357016930c3f399b730243a552c189b50 /extra | |
parent | bb7426229d018926dca283c80b90163e41069eea (diff) | |
download | nutyx-extra-bcb0ebdcbf613ff3b20f2bd54fefe350a2a99336.tar.gz nutyx-extra-bcb0ebdcbf613ff3b20f2bd54fefe350a2a99336.tar.bz2 nutyx-extra-bcb0ebdcbf613ff3b20f2bd54fefe350a2a99336.tar.xz nutyx-extra-bcb0ebdcbf613ff3b20f2bd54fefe350a2a99336.zip |
samba3-server 3.5.8-2 correction port
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/samba3-server/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile index f6f2fe1b1..641f6906a 100755 --- a/extra/samba3-server/Pkgfile +++ b/extra/samba3-server/Pkgfile @@ -7,7 +7,7 @@ name=samba3-server version=3.5.8 -release=1 +release=2 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ smb.conf) @@ -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 |