mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
its about time LDFLAGS are appended instead of set.
This commit is contained in:
parent
b3b5aa37b7
commit
0aa4769777
4
Makefile
4
Makefile
@ -29,9 +29,9 @@ CFLAGS+=-DPREFIX='"$(PREFIX)"' -fstack-protector-all
|
||||
|
||||
ifneq ("$(OPENSSL_PATH)", "")
|
||||
CFLAGS+=-I$(OPENSSL_PATH)/include
|
||||
LDFLAGS=-rdynamic -L$(OPENSSL_PATH)/lib -lssl -l$(KORE_CRYPTO)
|
||||
LDFLAGS+=-rdynamic -L$(OPENSSL_PATH)/lib -lssl -l$(KORE_CRYPTO)
|
||||
else
|
||||
LDFLAGS=-rdynamic -lssl -l$(KORE_CRYPTO)
|
||||
LDFLAGS+=-rdynamic -lssl -l$(KORE_CRYPTO)
|
||||
endif
|
||||
|
||||
ifneq ("$(KORE_SINGLE_BINARY)", "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user