projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f861a49
)
shadow: add missing build dependency
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Jan 2014 12:54:17 +0000
(12:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Jan 2014 12:54:17 +0000
(12:54 +0000)
As jow has stated in #12004 correctly, shadows needs a build dependency
on libintl (gettext) to provide the missing m4 macros.
The missing dependency was spotted while doing a parallel build.
This patch closes #12004.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39414
utils/shadow/Makefile
patch
|
blob
|
history
diff --git
a/utils/shadow/Makefile
b/utils/shadow/Makefile
index 506e5123496116e68a85aa0a82d8766e2b893802..f49f4f00289ad403073d1cb8460f84868101bf31 100644
(file)
--- a/
utils/shadow/Makefile
+++ b/
utils/shadow/Makefile
@@
-19,6
+19,8
@@
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
+PKG_BUILD_DEPENDS:=libintl
+
include $(INCLUDE_DIR)/package.mk
SHADOW_APPLETS := \