Merge pull request #279 from damianorenfer/master

libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
This commit is contained in:
sbyx 2014-09-05 09:55:12 +02:00
commit e4130ad94e
1 changed files with 1 additions and 3 deletions

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