From 3006d4c08399f415f2e9360384a4abf88e569d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 3 Jan 2021 13:34:26 +0100 Subject: [PATCH] disorderfs: update to 0.5.10 Adding to CXXFLAGS in the Makefile does not work with build style gnu-makefile thus define the fuse CFLAGS etc. in the CXXFLAGS of the template. --- srcpkgs/disorderfs/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/disorderfs/template b/srcpkgs/disorderfs/template index 21aebc583e2..479514b962c 100644 --- a/srcpkgs/disorderfs/template +++ b/srcpkgs/disorderfs/template @@ -1,6 +1,6 @@ # Template file for 'disorderfs' pkgname=disorderfs -version=0.5.8 +version=0.5.10 revision=1 build_style=gnu-makefile make_check_target=test @@ -13,7 +13,9 @@ license="GPL-3.0-or-later" homepage="https://reproducible-builds.org/tools/" #changelog="https://salsa.debian.org/reproducible-builds/disorderfs/raw/master/NEWS" distfiles="https://salsa.debian.org/reproducible-builds/disorderfs/-/archive/${version}/disorderfs-${version}.tar.bz2" -checksum=52820890a62ae4088c4c7252975e21af7051302a5635ee33bdc2906aa9b4e1e7 +checksum=f268a9c743a7b7f7b9d3e506d0454230a4fccce2e35850f772cae98eade07df6 + +CXXFLAGS="-std=c++11 -Wno-unused-parameter -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -DFUSE_USE_VERSION=26" do_check() { # Requires permission to perform fuse mounts