mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
samba: use proper BR variable to disable largefile while configuring
This commit is contained in:
parent
8e1e3e58fb
commit
2c6ee8299b
@ -11,10 +11,6 @@ SAMBA_CAT:=$(ZCAT)
|
|||||||
SAMBA_BINARY:=bin/smbd
|
SAMBA_BINARY:=bin/smbd
|
||||||
SAMBA_TARGET_BINARY:=usr/sbin/smbd
|
SAMBA_TARGET_BINARY:=usr/sbin/smbd
|
||||||
|
|
||||||
ifneq ($(BR2_LARGEFILE),y)
|
|
||||||
SAMBA_DISABLE_LARGEFILE:=--disable-largefile
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(DL_DIR)/$(SAMBA_SOURCE):
|
$(DL_DIR)/$(SAMBA_SOURCE):
|
||||||
$(WGET) -P $(DL_DIR) $(SAMBA_SITE)/$(SAMBA_SOURCE)
|
$(WGET) -P $(DL_DIR) $(SAMBA_SITE)/$(SAMBA_SOURCE)
|
||||||
|
|
||||||
@ -59,7 +55,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked
|
|||||||
--disable-shared-libs \
|
--disable-shared-libs \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-cups \
|
--disable-cups \
|
||||||
$(SAMBA_DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user