mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
samba4: specify ncurses-config
When ncurses wide is enabled samba doesn't automatically find the appropiate ncurses-config script and finds the host variant (which is non-widec) which leaks improper library directories into the build. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
123e8afbaa
commit
e55cddfe9e
@ -64,6 +64,7 @@ SAMBA4_CONF_OPTS += --disable-gnutls
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCURSES_TARGET_FORM)$(BR2_PACKAGE_NCURSES_TARGET_MENU)$(BR2_PACKAGE_NCURSES_TARGET_PANEL),yyy)
|
ifeq ($(BR2_PACKAGE_NCURSES_TARGET_FORM)$(BR2_PACKAGE_NCURSES_TARGET_MENU)$(BR2_PACKAGE_NCURSES_TARGET_PANEL),yyy)
|
||||||
|
SAMBA4_CONF_ENV += NCURSES_CONFIG="$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS)"
|
||||||
SAMBA4_DEPENDENCIES += ncurses
|
SAMBA4_DEPENDENCIES += ncurses
|
||||||
else
|
else
|
||||||
SAMBA4_CONF_OPTS += --without-regedit
|
SAMBA4_CONF_OPTS += --without-regedit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user