mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
iec61850-9-2: fix build
This commit is contained in:
parent
16bc167628
commit
2108974027
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ LIBEXT_SRCS += $(addprefix lib/, sample.c queue.c queue_signalled.c \
|
|||
)
|
||||
|
||||
LIBEXT_LDFLAGS = -shared
|
||||
LIBEXT_LDLIBS =
|
||||
LIBEXT_LDLIBS +=
|
||||
|
||||
ifeq ($(PLATFORM),Linux)
|
||||
LIBEXT_LDLIBS += -ldl -lrt -Wl,-soname,$(LIBEXT_NAME).so.$(LIBEXT_ABI_VERSION)
|
||||
|
|
|
@ -36,8 +36,8 @@ LIB_SRCS += $(addprefix lib/kernel/, kernel.c rt.c) \
|
|||
log_helper.c io_format.c task.c buffer.c table.c bitset.c \
|
||||
)
|
||||
|
||||
LIB_LDFLAGS = -shared
|
||||
LIB_LDLIBS = $(LDLIBS)
|
||||
LIB_LDFLAGS += -shared
|
||||
LIB_LDLIBS += $(LDLIBS)
|
||||
|
||||
ifeq ($(PLATFORM),Linux)
|
||||
LIB_LDLIBS += -ldl -lrt -Wl,-soname,$(LIB_NAME).so.$(LIB_ABI_VERSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue