Browse Source

Merge pull request #7153 from neheb/xml

xmlrpc-c: Update to 1.43.08
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
988a9886d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions
  1. +3
    -3
      libs/xmlrpc-c/Makefile
  2. +1
    -1
      libs/xmlrpc-c/patches/001-config.mk.in.patch
  3. +1
    -1
      libs/xmlrpc-c/patches/002-automake-compat.patch

+ 3
- 3
libs/xmlrpc-c/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xmlrpc-c
PKG_VERSION:=1.39.13
PKG_RELEASE:=2
PKG_VERSION:=1.43.08
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/xmlrpc-c/Xmlrpc-c%20Super%20Stable/$(PKG_VERSION)
PKG_HASH:=491e44cae3763d285fc2a75fe6574882964f16451adbb7e6f3293916e120fca9
PKG_HASH:=c9f5b584a42493877ae0f09ed680d94e035ab389e8fa1873b1ec42118d5cfca3
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=VARIOUS


+ 1
- 1
libs/xmlrpc-c/patches/001-config.mk.in.patch View File

@ -1,6 +1,6 @@
--- a/config.mk.in
+++ b/config.mk.in
@@ -175,7 +175,7 @@ ifeq ($(patsubst linux-gnu%,linux-gnu,$(
@@ -176,7 +176,7 @@ ifeq ($(patsubst linux-gnu%,linux-gnu,$(
shlibfn = $(1:%=%.$(SHLIB_SUFFIX).$(MAJ).$(MIN))
shliblefn = $(1:%=%.$(SHLIB_SUFFIX))
# SHLIB_CLIB = -lc


+ 1
- 1
libs/xmlrpc-c/patches/002-automake-compat.patch View File

@ -1,6 +1,6 @@
--- a/configure.in
+++ b/configure.in
@@ -224,9 +224,7 @@ dnl Checks for programs.
@@ -223,9 +223,7 @@ dnl Checks for programs.
dnl =======================================================================
AC_PROG_CC


Loading…
Cancel
Save