mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #279 from damianorenfer/master
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
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.
|
And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += --disable-ssp
|
||||||
$(call Build/Configure/Default, --disable-ssp)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/sodium
|
$(INSTALL_DIR) $(1)/usr/include/sodium
|
||||||
|
|||||||
Reference in New Issue
Block a user