mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
libr: use openssl LDFLAGS at link time (#10188)
libr will have been compiled with openssl support if it was requested, so it also needs to use the openssl LDFLAGS. Fixes #10154.
This commit is contained in:
parent
13da7c809c
commit
f7c43fcfad
@ -45,6 +45,7 @@ endif
|
||||
ifeq ($(OSTYPE),ios)
|
||||
MLFLAGS+=-install_name @rpath/libr2.dylib
|
||||
endif
|
||||
LDFLAGS+=${SSL_LDFLAGS}
|
||||
# XXX version-script only works with shlib as output
|
||||
#ifeq ($(OSTYPE),linux)
|
||||
#PLFLAGS+=--version-script ./ld.script
|
||||
|
Loading…
x
Reference in New Issue
Block a user