projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694d4c0
)
augeas: fix compilation with BUILD_NLS
author
Rosen Penev
<rosenp@gmail.com>
Mon, 1 Mar 2021 23:08:17 +0000
(15:08 -0800)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Thu, 2 Sep 2021 09:59:33 +0000
(11:59 +0200)
Needs nls.mk because of libxml2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
80a0261a5dc0863c6acf5f0d55e8ae8029c9814e
)
utils/augeas/Makefile
patch
|
blob
|
history
diff --git
a/utils/augeas/Makefile
b/utils/augeas/Makefile
index 71e9550748c10261a24bf4d00c250b183d8eaf78..2afe0c4062664031c3482856cbf647b7811c87b4 100644
(file)
--- 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