mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
01a7e2a2c2
commit
c39bfa84d8
2 changed files with 0 additions and 35 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/xattr.hpp 2016-01-29 21:16:29.000000000 +0100
|
|
||||||
+++ src/xattr.hpp 2016-08-06 18:20:30.389725795 +0200
|
|
||||||
@@ -15,7 +15,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef WITHOUT_XATTR
|
|
||||||
-#include <attr/xattr.h>
|
|
||||||
+#include <sys/xattr.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ENOATTR
|
|
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'mergerfs'
|
|
||||||
pkgname=mergerfs
|
|
||||||
version=2.14.0
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="fuse-devel"
|
|
||||||
short_desc="Another (FUSE based) union filesystem"
|
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
||||||
license="ISC"
|
|
||||||
homepage="https://github.com/trapexit/mergerfs"
|
|
||||||
distfiles="https://github.com/trapexit/mergerfs/releases/download/${version}/mergerfs-${version}.tar.gz"
|
|
||||||
checksum=91b323ac848d373dde455a2f7bc7567b31d2def81839ae801c1d38d1ffb3ba61
|
|
||||||
|
|
||||||
CFLAGS="-DFUSE_USE_VERSION=26"
|
|
||||||
LDFLAGS="-lfuse"
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i Makefile -e"s;attr/xattr.h;sys/xattr.h;"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue