summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-25 12:51:33 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-25 22:38:41 +0100
commitc5977118cdd07e12c099c9aa6623aaa4860cdd79 (patch)
tree960792d2d8464ed0eb302778d8096a094902c48d
parentcc8f902f192e1163475415a64c0d903039d5763f (diff)
downloadbuildroot-c5977118cdd07e12c099c9aa6623aaa4860cdd79.tar.gz
buildroot-c5977118cdd07e12c099c9aa6623aaa4860cdd79.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/samba4/samba4.mk1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud