aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-03-06 01:50:45 -0800
committerGitHub <noreply@github.com>2021-03-06 01:50:45 -0800
commit6543580fa08488087ad204275ae697a6a03c6bf1 (patch)
tree31282ad451f2fe6ad04f7618795cb5c250b30ba3 /utils
parent0f4138db0be558d0c957e3d4d78091a59ba660ec (diff)
parent80a0261a5dc0863c6acf5f0d55e8ae8029c9814e (diff)
Merge pull request #15015 from neheb/aug
augeas: fix compilation with BUILD_NLS
Diffstat (limited to 'utils')
-rw-r--r--utils/augeas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/augeas/Makefile b/utils/augeas/Makefile
index 71e955074..2afe0c406 100644
--- a/utils/augeas/Makefile
+++ b/utils/augeas/Makefile
@@ -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