mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libs/nss: Don't run nsinstall with QUILT
Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -93,9 +93,11 @@ MAKE_FLAGS += \
|
|||||||
#native compile nsinstall
|
#native compile nsinstall
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
ifeq ($(QUILT),)
|
||||||
USE_NATIVE=1 OS_REL_CFLAGS="$(HOST_CFLAGS)" LDFLAGS="$(HOST_LDFLAGS)" \
|
USE_NATIVE=1 OS_REL_CFLAGS="$(HOST_CFLAGS)" LDFLAGS="$(HOST_LDFLAGS)" \
|
||||||
CC="$(HOSTCC)" CPU_ARCH="$(HOST_ARCH)" \
|
CC="$(HOSTCC)" CPU_ARCH="$(HOST_ARCH)" \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/nss/coreconf/nsinstall
|
$(MAKE) -C $(PKG_BUILD_DIR)/nss/coreconf/nsinstall
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|||||||
Reference in New Issue
Block a user