mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
systemd: fix build with libgcrypt enabled
When gcrypt support is enabled, we need to tell systemd where libgpg-error is installed. Fixes: http://autobuild.buildroot.org/results/1fd6193ff33250565c95e53614f5aa7fc6f4581c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -115,7 +115,8 @@ ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|||||||
SYSTEMD_DEPENDENCIES += libgcrypt
|
SYSTEMD_DEPENDENCIES += libgcrypt
|
||||||
SYSTEMD_CONF_OPTS += \
|
SYSTEMD_CONF_OPTS += \
|
||||||
--enable-gcrypt \
|
--enable-gcrypt \
|
||||||
--with-libgcrypt-prefix=$(STAGING_DIR)/usr
|
--with-libgcrypt-prefix=$(STAGING_DIR)/usr \
|
||||||
|
--with-libgpg-error-prefix=$(STAGING_DIR)/usr
|
||||||
else
|
else
|
||||||
SYSTEMD_CONF_OPTS += --disable-gcrypt
|
SYSTEMD_CONF_OPTS += --disable-gcrypt
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user