mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Try OpenSSL first
This commit is contained in:
parent
3d9ca1fe50
commit
0f749191d1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -46,9 +46,9 @@ OPTFLAGS += -DSO_REUSEPORT
|
|||
|
||||
# END system dependant block
|
||||
|
||||
SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
|
||||
ifeq ($(SSL_LIBS),)
|
||||
SSL_LIBS := $(shell pkg-config --libs openssl 2>/dev/null)
|
||||
ifeq ($(SSL_LIBS),)
|
||||
SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
|
||||
endif
|
||||
ifeq ($(SSL_LIBS),)
|
||||
SSL_LIBS := -lssl -lcrypto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue