mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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:
parent
c038388f9a
commit
a76d5a7276
@ -10,12 +10,11 @@ MONGOOSE_LICENSE = GPL-2.0
|
|||||||
MONGOOSE_LICENSE_FILES = LICENSE
|
MONGOOSE_LICENSE_FILES = LICENSE
|
||||||
MONGOOSE_INSTALL_STAGING = YES
|
MONGOOSE_INSTALL_STAGING = YES
|
||||||
|
|
||||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS)
|
MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
MONGOOSE_DEPENDENCIES += openssl
|
MONGOOSE_DEPENDENCIES += openssl
|
||||||
# directly linked
|
MONGOOSE_CFLAGS += -DNS_ENABLE_SSL
|
||||||
MONGOOSE_CFLAGS += -DNS_ENABLE_SSL -lssl -lcrypto -lz
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define MONGOOSE_BUILD_CMDS
|
define MONGOOSE_BUILD_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user