samba4: drop --with-gettext configure option
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 25 Mar 2016 15:51:33 +0000 (12:51 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 25 Mar 2016 21:38:41 +0000 (22:38 +0100)
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>
package/samba4/samba4.mk

index 9f7b11dd0b6e4add9d1bf937286d20da2c3758db..5bacbc3a7c0f43ccc58a5032ba16320684d9104f 100644 (file)
@@ -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