Browse Source

Merge pull request #14644 from lipnitsk/nss

libs/nss: Don't run nsinstall with QUILT
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
d8a1db00b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/nss/Makefile

+ 2
- 0
libs/nss/Makefile View File

@ -93,9 +93,11 @@ MAKE_FLAGS += \
#native compile nsinstall
define Build/Prepare
$(call Build/Prepare/Default)
ifeq ($(QUILT),)
USE_NATIVE=1 OS_REL_CFLAGS="$(HOST_CFLAGS)" LDFLAGS="$(HOST_LDFLAGS)" \
CC="$(HOSTCC)" CPU_ARCH="$(HOST_ARCH)" \
$(MAKE) -C $(PKG_BUILD_DIR)/nss/coreconf/nsinstall
endif
endef
define Build/Compile


Loading…
Cancel
Save