mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgtop: update to 2.34.1.
This commit is contained in:
parent
cb9225ae9a
commit
e393986ecd
2 changed files with 2 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
||||||
--- sysdeps/linux/netload.c
|
|
||||||
+++ sysdeps/linux/netload.c
|
|
||||||
@@ -34,8 +34,6 @@
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
|
|
||||||
-#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
|
|
||||||
-/* GNU LibC */
|
|
||||||
#include <net/if.h>
|
|
||||||
#include <netinet/ip_icmp.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
@@ -43,15 +41,6 @@
|
|
||||||
#include <netinet/tcp.h>
|
|
||||||
#include <netinet/udp.h>
|
|
||||||
#include <net/if.h>
|
|
||||||
-#else /* Libc 5 */
|
|
||||||
-#include <linux/if.h>
|
|
||||||
-#include <linux/in.h>
|
|
||||||
-#include <linux/ip.h>
|
|
||||||
-#include <linux/icmp.h>
|
|
||||||
-#include <linux/tcp.h>
|
|
||||||
-#include <linux/udp.h>
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
|
|
||||||
#ifdef HAVE_IFADDRS_H
|
|
||||||
/* needed for IPV6 support */
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libgtop'.
|
# Template build file for 'libgtop'.
|
||||||
pkgname=libgtop
|
pkgname=libgtop
|
||||||
version=2.32.0
|
version=2.34.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libgtop-smp $(vopt_enable gir introspection)"
|
configure_args="--with-libgtop-smp $(vopt_enable gir introspection)"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org/"
|
homepage="http://www.gnome.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=8443246332f22b33e389f565825b58cd9623fb7625bf874d404354b705ad178e
|
checksum=c89978a76662b18d392edbe0d1b794f5a9a399a5ccf22a02d5b9e28b5ed609e2
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue