blueman: remove uneeded patch between musl and linux/*.h files
This commit is contained in:
parent
6ee0525dbf
commit
8da6493660
|
@ -1,6 +1,6 @@
|
|||
--- module/libblueman.c.orig 2016-03-27 09:13:07.203123088 +0200
|
||||
+++ module/libblueman.c 2016-03-27 09:13:19.497969382 +0200
|
||||
@@ -28,8 +28,13 @@
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
|
@ -8,11 +8,6 @@
|
|||
#include <unistd.h>
|
||||
#include <linux/sockios.h>
|
||||
#include <linux/if.h>
|
||||
+#if defined(__GLIBC__)
|
||||
#include <linux/if_bridge.h>
|
||||
+#else
|
||||
+#define BRCTL_SET_BRIDGE_FORWARD_DELAY 8
|
||||
+#endif
|
||||
|
||||
--- module/modem-prober.c.orig 2016-03-27 09:19:20.635454542 +0200
|
||||
+++ module/modem-prober.c 2016-03-27 09:19:28.550355592 +0200
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'blueman'
|
||||
pkgname=blueman
|
||||
version=2.0.4
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="intltool pkg-config python-Cython"
|
||||
|
|
Loading…
Reference in New Issue