mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -26,20 +26,21 @@ define LIBSVGTINY_CONFIGURE_CMDS
|
||||
ln -sf $(HOST_DIR)/share/netsurf-buildsystem $(@D)/build
|
||||
endef
|
||||
|
||||
# Use $(MAKE1) since parallel build fails
|
||||
define LIBSVGTINY_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=/usr \
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE1) -C $(@D) PREFIX=/usr \
|
||||
COMPONENT_TYPE=$(LIBSVGTINY_COMPONENT_TYPE)
|
||||
endef
|
||||
|
||||
define LIBSVGTINY_INSTALL_STAGING_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(STAGING_DIR) \
|
||||
$(MAKE1) -C $(@D) PREFIX=/usr DESTDIR=$(STAGING_DIR) \
|
||||
COMPONENT_TYPE=$(LIBSVGTINY_COMPONENT_TYPE) install
|
||||
endef
|
||||
|
||||
define LIBSVGTINY_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) \
|
||||
$(MAKE1) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) \
|
||||
COMPONENT_TYPE=$(LIBSVGTINY_COMPONENT_TYPE) install
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user