From: Hans-Christian Egtvedt Date: Tue, 13 Jan 2009 08:02:52 +0000 (-0000) Subject: samba: use proper BR variable to disable largefile while configuring X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c6ee8299b5d92a3efa9b614155399d9efa58c0f;p=buildroot.git samba: use proper BR variable to disable largefile while configuring --- diff --git a/package/samba/samba.mk b/package/samba/samba.mk index 234bf2bebf..d277d23545 100644 --- a/package/samba/samba.mk +++ b/package/samba/samba.mk @@ -11,10 +11,6 @@ SAMBA_CAT:=$(ZCAT) SAMBA_BINARY:=bin/smbd SAMBA_TARGET_BINARY:=usr/sbin/smbd -ifneq ($(BR2_LARGEFILE),y) -SAMBA_DISABLE_LARGEFILE:=--disable-largefile -endif - $(DL_DIR)/$(SAMBA_SOURCE): $(WGET) -P $(DL_DIR) $(SAMBA_SITE)/$(SAMBA_SOURCE) @@ -59,7 +55,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked --disable-shared-libs \ --disable-static \ --disable-cups \ - $(SAMBA_DISABLE_LARGEFILE) \ + $(DISABLE_LARGEFILE) \ ) touch $@