From: Gustavo Zacarias Date: Fri, 25 Mar 2016 15:51:33 +0000 (-0300) Subject: samba4: drop --with-gettext configure option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5977118cdd07e12c099c9aa6623aaa4860cdd79;p=buildroot.git samba4: drop --with-gettext configure option The --with-gettext=X configure option was silently dropped from the 4.4.0 release and it errors out since it's unknown. Fixes: http://autobuild.buildroot.net/results/3c0/3c0800fd6cc7a217a866cd9cf63d5f91dcbfd306/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk index 9f7b11dd0b..5bacbc3a7c 100644 --- a/package/samba4/samba4.mk +++ b/package/samba4/samba4.mk @@ -48,7 +48,6 @@ SAMBA4_CONF_OPTS += --without-fam endif ifeq ($(BR2_PACKAGE_GETTEXT),y) -SAMBA4_CONF_OPTS += --with-gettext=$(STAGING_DIR)/usr SAMBA4_DEPENDENCIES += gettext else SAMBA4_CONF_OPTS += --without-gettext