From: Peter Korsgaard Date: Thu, 21 Sep 2017 21:21:38 +0000 (+0200) Subject: mongoose: correct openssl define X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c96ac022f3f622147c17a3080f6f7b78bd3f2337;p=buildroot.git mongoose: correct openssl define NS_ENABLE_SSL was renamed to MG_ENABLE_SSL in v6.0, commit e1dd3f06fe33 (Rename Mongoose constants: NS_ -> MG_, NSF_ -> MG_F_), so use the new name instead. Signed-off-by: Peter Korsgaard --- diff --git a/package/mongoose/mongoose.mk b/package/mongoose/mongoose.mk index 2705bdd4a5..39d5b85531 100644 --- a/package/mongoose/mongoose.mk +++ b/package/mongoose/mongoose.mk @@ -14,7 +14,7 @@ MONGOOSE_CFLAGS = $(TARGET_CFLAGS) ifeq ($(BR2_PACKAGE_OPENSSL),y) MONGOOSE_DEPENDENCIES += openssl -MONGOOSE_CFLAGS += -DNS_ENABLE_SSL +MONGOOSE_CFLAGS += -DMG_ENABLE_SSL endif define MONGOOSE_BUILD_CMDS