From 0bce7c741de9d4c09591b1e3883659e5975e705b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 19 Dec 2020 14:39:34 -0500 Subject: [PATCH] fuse-usmb: rebuild against samba4 --- srcpkgs/fuse-usmb/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fuse-usmb/template b/srcpkgs/fuse-usmb/template index 5b0e6860a5..203b620c88 100644 --- a/srcpkgs/fuse-usmb/template +++ b/srcpkgs/fuse-usmb/template @@ -1,8 +1,9 @@ # Template file for 'fuse-usmb' pkgname=fuse-usmb version=20130204 -revision=6 +revision=7 _commit=aa94e13 +wrksrc="usmb-$_commit" build_style=gnu-configure hostmakedepends="automake libtool pkg-config git" makedepends="glib-devel libxml2-devel fuse-devel samba-devel" @@ -13,7 +14,7 @@ homepage="http://ametros.net/code.html#usmb" distfiles="http://repo.or.cz/w/usmb.git/snapshot/$_commit.tar.gz" checksum=d10bea16001b3b778a589477e2fff22a359a2b278dc5c2e497de876a95892a25 -wrksrc="usmb-$_commit" +CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/samba-4.0" pre_configure() { sed -i '/_BSD_SOURCE/d' configure.ac