Browse Source

libsodium: use CONFIGURE_ARGS var instead of Build/Configure block

Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
lilik-openwrt-22.03
Damiano Renfer 10 years ago
parent
commit
4c62b9463c
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libs/libsodium/Makefile

+ 1
- 3
libs/libsodium/Makefile View File

@ -43,9 +43,7 @@ define Package/libsodium/description
And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards.
endef
define Build/Configure
$(call Build/Configure/Default, --disable-ssp)
endef
CONFIGURE_ARGS += --disable-ssp
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/sodium


Loading…
Cancel
Save