cnvnator: add -lcrypto to Makefile. (#21209)
This commit is contained in:
parent
4b466d06f4
commit
f6db2f4da4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def edit(self, spec, prefix):
|
|||
makefile.filter('-I$(SAMDIR)', '-I$(SAMINC)', string=True)
|
||||
# Link more libs
|
||||
makefile.filter('^override LIBS.*',
|
||||
'override LIBS += -lz -lbz2 -lcurl -llzma')
|
||||
'override LIBS += -lz -lbz2 -lcurl -llzma -lcrypto')
|
||||
|
||||
def build(self, spec, prefix):
|
||||
make('ROOTSYS={0}'.format(spec['root'].prefix),
|
||||
|
|
Loading…
Reference in a new issue