mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user