package/samba4: add optional dependency to libunwind
Upstream added configure options for libunwind in commit
14feb93d48
Fixes:
http://autobuild.buildroot.net/results/63c/63c469106e9daa198f77d8da7a5bb123edcce0f7/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ccb6a80e90
commit
bca9d7e58a
@ -93,6 +93,13 @@ else
|
||||
SAMBA4_CONF_OPTS += --without-libarchive
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||
SAMBA4_CONF_OPTS += --with-libunwind
|
||||
SAMBA4_DEPENDENCIES += libunwind
|
||||
else
|
||||
SAMBA4_CONF_OPTS += --without-libunwind
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
SAMBA4_CONF_ENV += NCURSES_CONFIG="$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS)"
|
||||
SAMBA4_DEPENDENCIES += ncurses
|
||||
|
Loading…
Reference in New Issue
Block a user