mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cifs-utils: update to 6.7
This commit is contained in:
parent
334d9c2249
commit
2cc9fdcb61
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'cifs-utils'
|
# Template file for 'cifs-utils'
|
||||||
pkgname=cifs-utils
|
pkgname=cifs-utils
|
||||||
version=6.6
|
version=6.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
make_install_args="ROOTSBINDIR=/usr/bin"
|
make_install_args="ROOTSBINDIR=/usr/bin"
|
||||||
hostmakedepends="pkg-config libcap-ng-devel"
|
hostmakedepends="automake pkg-config libcap-ng-devel"
|
||||||
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel pam-devel"
|
||||||
short_desc="CIFS filesystem user-space tools"
|
short_desc="CIFS filesystem user-space tools"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||||
distfiles="https://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="https://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=d07152a807de6840566bbcc69a97ff6fa17fca4e09ceb4641d74882a83e67125
|
checksum=b2f21612474ab012e75accd167aab607a0614ff67efb56ea0f36789fa785cfab
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
# Fix musl build
|
# Fix musl build
|
||||||
sed -i ${wrksrc}/mtab.c \
|
sed -i ${wrksrc}/mtab.c \
|
||||||
-e "/#include <stdlib.h>/a #include <limits.h>" \
|
-e "/#include <stdlib.h>/a #include <limits.h>" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue