mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/shadow: needs host-pkgconf
Since version 4.14.0 and upstream commit 2a5b8810bb17, shadow has
required pkgconfig to find libbsd.
Add a dependency on host-pkgconf.
Fixes: https://autobuild.buildroot.org/results/90f/90ff13ff4c519b0606888eaa90acbd8cd0c0f73a/
Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Raphael Pavlidis <raphael.pavlidis@gmail.com>
[Fiona: fix typo in commit message]
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
(cherry picked from commit 9030c9a81d)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
33c43cb227
commit
0c13eee22f
@@ -10,9 +10,12 @@ SHADOW_SOURCE = shadow-$(SHADOW_VERSION).tar.xz
|
||||
SHADOW_LICENSE = BSD-3-Clause
|
||||
SHADOW_LICENSE_FILES = COPYING
|
||||
SHADOW_CPE_ID_VENDOR = debian
|
||||
SHADOW_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
SHADOW_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
SHADOW_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
SHADOW_CONF_OPTS = \
|
||||
--disable-man \
|
||||
--without-btrfs \
|
||||
|
||||
Reference in New Issue
Block a user