mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
mongoose: drop unused openssl linker flags
No linking is done since the package was reworked for v6.x in commit
9860746ff (mongoose: bump to version 6.1), so drop LDFLAGS and the list of
libraries to link against.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -10,12 +10,11 @@ MONGOOSE_LICENSE = GPL-2.0
|
||||
MONGOOSE_LICENSE_FILES = LICENSE
|
||||
MONGOOSE_INSTALL_STAGING = YES
|
||||
|
||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS)
|
||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
MONGOOSE_DEPENDENCIES += openssl
|
||||
# directly linked
|
||||
MONGOOSE_CFLAGS += -DNS_ENABLE_SSL -lssl -lcrypto -lz
|
||||
MONGOOSE_CFLAGS += -DNS_ENABLE_SSL
|
||||
endif
|
||||
|
||||
define MONGOOSE_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user