diff options
Diffstat (limited to 'extra/talloc/Pkgfile')
-rw-r--r-- | extra/talloc/Pkgfile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile index 9ae8ccedf..fe3401567 100644 --- a/extra/talloc/Pkgfile +++ b/extra/talloc/Pkgfile @@ -6,19 +6,19 @@ # Run on: libxslt,docbook-xsl name=talloc -version=2.0.5 -release=4 +version=2.0.7 +release=1 source=(http://samba.org/ftp/$name/$name-$version.tar.gz) build() { -unset MAKEFLAGS -cd $name-$version -sed -i -e 's#python#python2#g' buildtools/bin/waf -./configure --prefix=/usr \ - --sysconfdir=/etc/samba \ - --localstatedir=/var \ - --enable-talloc-compat1 -make -make DESTDIR=$PKG/ install + unset MAKEFLAGS + cd $name-$version + sed -i -e 's#python#python2#g' buildtools/bin/waf + PYTHON=python2 ./configure --prefix=/usr \ + --sysconfdir=/etc/samba \ + --localstatedir=/var \ + --enable-talloc-compat1 + make + make DESTDIR=$PKG/ install } |