Browse Source

Merge pull request #15015 from neheb/aug

augeas: fix compilation with BUILD_NLS
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
6543580fa0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/augeas/Makefile

+ 2
- 1
utils/augeas/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=augeas
PKG_VERSION:=1.12.0
PKG_RELEASE=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.augeas.net/
@ -21,6 +21,7 @@ PKG_LICENSE:=LGPL-2.1-or-later
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/augeas
SECTION:=utils


Loading…
Cancel
Save