mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
only static link sqlite/gmp/zlib
This commit is contained in:
parent
64677dcbe5
commit
65fa1c4f39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ CONFIGURATOR_CC := $(CC)
|
|||
|
||||
LDFLAGS = $(PIE_LDFLAGS)
|
||||
ifeq ($(STATIC),1)
|
||||
LDLIBS = -static -L/usr/local/lib -lgmp -lsqlite3 -lm -lz -lpthread -ldl $(COVFLAGS)
|
||||
LDLIBS = -L/usr/local/lib -Wl,-dn -lgmp -lsqlite3 -lz -Wl,-dy -lm -lpthread -ldl $(COVFLAGS)
|
||||
else
|
||||
LDLIBS = -L/usr/local/lib -lm -lgmp -lsqlite3 -lz $(COVFLAGS)
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue