diff options
author | Juergen Daubert <jue@jue.li> | 2014-12-02 13:24:52 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-12-02 13:24:52 +0100 |
commit | 279e6fa112b065ce89673ff00210bf5b748b209d (patch) | |
tree | e17a9c1e8789158325a52174aac9e3781680d304 /samba/Pkgfile | |
parent | 6f4d161c3a35e3d461703decdc6857c819b63726 (diff) | |
download | opt-279e6fa112b065ce89673ff00210bf5b748b209d.tar.gz opt-279e6fa112b065ce89673ff00210bf5b748b209d.tar.xz |
samba: update to 4.1.14
Diffstat (limited to 'samba/Pkgfile')
-rw-r--r-- | samba/Pkgfile | 5 |
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 \ |