package/samba4: add optional dependency to libunwind
Upstream added configure options for libunwind in commit14feb93d48
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> (cherry picked from commitbca9d7e58a
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
829eec5dbf
commit
b2961a318d
@ -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