cnvnator: add -lcrypto to Makefile. (#21209)
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user