lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e4130ad94e9c43699188d1093e14587632012d97
parent 868c69082a4fe649adcbee93fe670bdf84cf4857
Author: sbyx <steven@midlink.org>
Date:   Fri,  5 Sep 2014 09:55:12 +0200

Merge pull request #279 from damianorenfer/master

libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Diffstat:
Mlibs/libsodium/Makefile | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -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