From: Brian West Date: Tue, 30 Sep 2014 14:05:05 +0000 (-0500) Subject: Fix reference to libressl in makefile on OpenBSD X-Git-Tag: v1.5.14~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812f9112a5df76f5b8db347d85f8cc979e8ac654;p=thirdparty%2Ffreeswitch.git Fix reference to libressl in makefile on OpenBSD --- diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 8d72e3e0a0..a2213a76f7 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -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