mirror of
https://github.com/clearml/dropbear
synced 2025-04-05 13:15:06 +00:00
Fix static library order, libtomcrypt depends on libtommath
--HG-- branch : ecc
This commit is contained in:
parent
0475594cb2
commit
aced7b5b00
@ -17,9 +17,9 @@ LTC=libtomcrypt/libtomcrypt.a
|
||||
LTM=libtommath/libtommath.a
|
||||
|
||||
ifeq (@BUNDLED_LIBTOM@, 1)
|
||||
LIBTOM_DEPS=$(LTM) $(LTC)
|
||||
LIBTOM_DEPS=$(LTC) $(LTM)
|
||||
CFLAGS+=-I$(srcdir)/libtomcrypt/src/headers/
|
||||
LIBS+=$(LTM) $(LTC)
|
||||
LIBS+=$(LTC) $(LTM)
|
||||
endif
|
||||
|
||||
COMMONOBJS=dbutil.o buffer.o \
|
||||
|
Loading…
Reference in New Issue
Block a user