All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] mongoose: drop unused MONGOOSE_NO_DL define
@ 2017-09-21 21:21 Peter Korsgaard
  2017-09-21 21:21 ` [Buildroot] [PATCH 2/4] mongoose: drop unused openssl linker flags Peter Korsgaard
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-09-21 21:21 UTC (permalink / raw)
  To: buildroot

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(-)

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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-22 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 21:21 [Buildroot] [PATCH 1/4] mongoose: drop unused MONGOOSE_NO_DL define Peter Korsgaard
2017-09-21 21:21 ` [Buildroot] [PATCH 2/4] mongoose: drop unused openssl linker flags Peter Korsgaard
2017-09-21 21:21 ` [Buildroot] [PATCH 3/4] mongoose: correct openssl define Peter Korsgaard
2017-09-21 21:21 ` [Buildroot] [PATCH 4/4] mongoose: don't install to target Peter Korsgaard
2017-09-22 16:22 ` [Buildroot] [PATCH 1/4] mongoose: drop unused MONGOOSE_NO_DL define Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.