mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
This commit is contained in:
@@ -46,7 +46,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked
|
||||
touch $(SAMBA_DIR)/.configured
|
||||
|
||||
$(SAMBA_DIR)/$(SAMBA_BINARY): $(SAMBA_DIR)/.configured
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(SAMBA_DIR)
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(SAMBA_DIR)
|
||||
|
||||
SAMBA_TARGETS_ :=
|
||||
SAMBA_TARGETS_y :=
|
||||
@@ -79,7 +79,7 @@ SAMBA_TARGETS_$(BR2_PACKAGE_SAMBA_WINBINDD) += usr/sbin/winbindd
|
||||
SAMBA_TARGETS_$(BR2_PACKAGE_SAMBA_WBINFO) += usr/bin/wbinfo
|
||||
|
||||
$(TARGET_DIR)/$(SAMBA_TARGET_BINARY): $(SAMBA_DIR)/$(SAMBA_BINARY)
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) \
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
||||
prefix="${TARGET_DIR}/usr" \
|
||||
BASEDIR="${TARGET_DIR}/usr" \
|
||||
SBINDIR="${TARGET_DIR}/usr/sbin" \
|
||||
|
||||
Reference in New Issue
Block a user