summaryrefslogtreecommitdiff
path: root/samba/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-12-02 13:24:52 +0100
committerJuergen Daubert <jue@jue.li>2014-12-02 13:24:52 +0100
commit279e6fa112b065ce89673ff00210bf5b748b209d (patch)
treee17a9c1e8789158325a52174aac9e3781680d304 /samba/Pkgfile
parent6f4d161c3a35e3d461703decdc6857c819b63726 (diff)
downloadopt-279e6fa112b065ce89673ff00210bf5b748b209d.tar.gz
opt-279e6fa112b065ce89673ff00210bf5b748b209d.tar.xz
samba: update to 4.1.14
Diffstat (limited to 'samba/Pkgfile')
-rw-r--r--samba/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/samba/Pkgfile b/samba/Pkgfile
index ff1f8224a..28abc358b 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl libaio popt
name=samba
-version=4.1.13
+version=4.1.14
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba-install_yapp_driver.patch
@@ -15,6 +15,9 @@ build () {
patch -d pidl/lib -p0 -i $SRC/samba-install_yapp_driver.patch
+ # we should define vendorlib in our perl port
+ sed -ri 's/(vendor)(arch|lib|prefix)/site\2/' buildtools/wafsamba/samba_perl.py
+
./configure --enable-fhs \
--prefix=/usr \
--localstatedir=/var \

Generated by cgit