diff mbox series

[1/4] mongoose: drop unused MONGOOSE_NO_DL define

Message ID 20170921212139.2901-1-peter@korsgaard.com
State Accepted
Commit c038388f9a95833aaeb19b016b8fb64504f0430f
Headers show
Series [1/4] mongoose: drop unused MONGOOSE_NO_DL define | expand

Commit Message

Peter Korsgaard Sept. 21, 2017, 9:21 p.m. UTC
This define is not used anywhere in the mongoose sources since v6.0 (commit
8927c9d22b3f), so drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/mongoose/mongoose.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Sept. 22, 2017, 4:22 p.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > This define is not used anywhere in the mongoose sources since v6.0 (commit
 > 8927c9d22b3f), so drop it.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed all 4, thanks.
diff mbox series

Patch

diff --git a/package/mongoose/mongoose.mk b/package/mongoose/mongoose.mk
index 36fd8f899a..702342b3b1 100644
--- a/package/mongoose/mongoose.mk
+++ b/package/mongoose/mongoose.mk
@@ -10,7 +10,7 @@  MONGOOSE_LICENSE = GPL-2.0
 MONGOOSE_LICENSE_FILES = LICENSE
 MONGOOSE_INSTALL_STAGING = YES
 
-MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -DMONGOOSE_NO_DL
+MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS)
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 MONGOOSE_DEPENDENCIES += openssl