mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
libxo: update to 1.7.5
This commit is contained in:
parent
8976f6fbea
commit
64bf50fcbb
2 changed files with 12 additions and 9 deletions
|
@ -1,10 +1,13 @@
|
||||||
--- a/libxo/xo_syslog.c
|
--- a/libxo/xo_syslog.c 2025-07-31 11:43:06.269460078 +0100
|
||||||
+++ b/libxo/xo_syslog.c
|
+++ b/libxo/xo_syslog.c 2025-07-31 11:44:06.576758358 +0100
|
||||||
@@ -58,7 +58,6 @@
|
@@ -59,10 +59,6 @@
|
||||||
#include <stdarg.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
-#include <sys/sysctl.h>
|
|
||||||
|
|
||||||
#include "xo_config.h"
|
#include "xo_config.h"
|
||||||
|
|
||||||
|
-#ifdef HAVE_SYSCTLBYNAME
|
||||||
|
-#include <sys/sysctl.h>
|
||||||
|
-#endif /* HAVE_SYSCTLBYNAME */
|
||||||
|
-
|
||||||
#include "xo.h"
|
#include "xo.h"
|
||||||
|
#include "xo_private.h"
|
||||||
|
#include "xo_encoder.h" /* For xo_realloc */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libxo'
|
# Template file for 'libxo'
|
||||||
pkgname=libxo
|
pkgname=libxo
|
||||||
version=1.6.0
|
version=1.7.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for programs to output XML, JSON and HTML"
|
short_desc="Library for programs to output XML, JSON and HTML"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://juniper.github.io/libxo/libxo-manual.html"
|
homepage="https://juniper.github.io/libxo/libxo-manual.html"
|
||||||
distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
|
distfiles="https://github.com/Juniper/libxo/releases/download/${version}/libxo-${version}.tar.gz"
|
||||||
checksum=9f2f276d7a5f25ff6fbfc0f38773d854c9356e7f985501627d0c0ee336c19006
|
checksum=d12249ffad3ef04b160e6419adf1bbe7e593a60bb23f0a0a077fa780b214934a
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue