Browse Source

Merge pull request #10872 from neheb/rp

rpcsvc-proto: Fix compilation with uClibc-ng
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
8b771491c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libs/rpcsvc-proto/Makefile

+ 3
- 1
libs/rpcsvc-proto/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rpcsvc-proto
PKG_VERSION:=1.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_URL:=https://github.com/thkukuk/rpcsvc-proto/releases/download/v$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -19,6 +19,7 @@ PKG_INSTALL:=1
PKG_BUILD_DEPENDS:=rpcsvc-proto/host
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/host-build.mk
define Package/rpcsvc-proto
@ -26,6 +27,7 @@ define Package/rpcsvc-proto
CATEGORY:=Libraries
TITLE:=rpcgen and rpcsvc proto.x files from glibc
URL:=https://github.com/thkukuk/rpcsvc-proto
DEPENDS:=$(INTL_DEPENDS)
endef
define Package/rpcsvc-proto/description


Loading…
Cancel
Save