wavemon: update to 0.9.0.
This commit is contained in:
parent
7102d5257b
commit
89f617344d
2 changed files with 18 additions and 2 deletions
16
srcpkgs/wavemon/patches/on_exit.patch
Normal file
16
srcpkgs/wavemon/patches/on_exit.patch
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
--- iw_scan.c.orig
|
||||||
|
+++ iw_scan.c
|
||||||
|
@@ -368,6 +368,13 @@
|
||||||
|
sr->num.ch_stats = n < MAX_CH_STATS ? n : MAX_CH_STATS;
|
||||||
|
}
|
||||||
|
|
||||||
|
+#ifndef __GLIBC__
|
||||||
|
+int on_exit(void (*function)(int , void *), void *arg)
|
||||||
|
+{
|
||||||
|
+ return -1;
|
||||||
|
+}
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
/** The actual scan thread. */
|
||||||
|
void *do_scan(void *sr_ptr)
|
||||||
|
{
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wavemon'
|
# Template file for 'wavemon'
|
||||||
pkgname=wavemon
|
pkgname=wavemon
|
||||||
version=0.8.2
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/uoaerg/wavemon"
|
homepage="https://github.com/uoaerg/wavemon"
|
||||||
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/uoaerg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=4199e2ad11a036f4289f5ad42a8b0fe518f2b5ff77447f4c366dbcf3f23e91d5
|
checksum=5823ef9459d6147a457b390b6744a77465584e93d37c2809fa7a0be557070166
|
||||||
|
|
||||||
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
CFLAGS="-pthread -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue