smbnetfs: unbreak for musl.

This commit is contained in:
Juan RP 2016-05-02 09:56:03 +02:00
parent 309e13ec3e
commit 7d40c3c189
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- src/common.c.orig 2016-05-02 09:54:28.645785781 +0200
+++ src/common.c 2016-05-02 09:55:05.902151290 +0200
@@ -4,7 +4,9 @@
#include <stdarg.h>
#include <string.h>
#include <pthread.h>
+#ifdef HAVE_BACKTRACE
#include <execinfo.h>
+#endif
#include <errno.h>
#include <glib.h>

View File

@ -1,7 +1,7 @@
# Template file for 'smbnetfs'
pkgname=smbnetfs
version=0.6.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--without-gnome-keyring"
hostmakedepends="pkg-config"