diff options
Diffstat (limited to 'system/afuse/afuse.SlackBuild')
-rw-r--r-- | system/afuse/afuse.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/afuse/afuse.SlackBuild b/system/afuse/afuse.SlackBuild index cb1850a7f1..d8ec1370ca 100644 --- a/system/afuse/afuse.SlackBuild +++ b/system/afuse/afuse.SlackBuild @@ -5,7 +5,7 @@ # PRGNAM=afuse -VERSION=0.2 +VERSION=${VERSION:-0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -CFLAG="$SLKCFLAGS" \ +# From upstream +patch -p1 < $CWD/avoid-early-exit-in-afuse_releasedir.patch + +CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |