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>
This commit is contained in:
committed by
Fiona Klute
parent
c5aa932745
commit
9030c9a81d
@@ -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