mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Fix reference to libressl in makefile on OpenBSD
This commit is contained in:
parent
310f18982f
commit
812f9112a5
@ -36,7 +36,7 @@ clean:
|
||||
has-git:
|
||||
@git --version || PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r git
|
||||
|
||||
deps: libedit libressl curl
|
||||
deps: libedit openssl curl
|
||||
@PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r $(PKG)
|
||||
|
||||
openssl: openssl-$(OPENSSL)/.done
|
||||
|
Loading…
x
Reference in New Issue
Block a user