Signed-off-by: Lev Stipakov <[email protected]>
Signed-off-by: Antonio Quartulli <[email protected]>
---
.github/workflows/build.yaml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c89d3c8c..6bd108b9 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -59,11 +59,6 @@ jobs:
steps:
- name: Install dependencies
run: sudo apt update && sudo apt install -y mingw-w64 libtool automake
autoconf man2html unzip
- - name: Checkout ovpn-dco-win
- uses: actions/checkout@v2
- with:
- repository: OpenVPN/ovpn-dco-win
- path: ovpn-dco-win
- name: Checkout OpenVPN
uses: actions/checkout@v2
with:
@@ -151,7 +146,7 @@ jobs:
run: cp ./tap-windows-${TAP_WINDOWS_VERSION}/include/tap-windows.h
${HOME}/mingw/opt/include/
- name: configure OpenVPN
- run: PKG_CONFIG_PATH=${HOME}/mingw/opt/lib/pkgconfig
DCO_SOURCEDIR=$(realpath ../ovpn-dco-win) LDFLAGS=-L$HOME/mingw/opt/lib
CFLAGS=-I$HOME/mingw/opt/include OPENSSL_LIBS="-L${HOME}/opt/lib -lssl
-lcrypto" OPENSSL_CFLAGS=-I$HOME/mingw/opt/include PREFIX=$HOME/mingw/opt
LZO_CFLAGS=-I$HOME/mingw/opt/include LZO_LIBS="-L${HOME}/mingw/opt/lib -llzo2"
./configure --host=${CHOST} --disable-lz4 --enable-dco
+ run: PKG_CONFIG_PATH=${HOME}/mingw/opt/lib/pkgconfig
LDFLAGS=-L$HOME/mingw/opt/lib CFLAGS=-I$HOME/mingw/opt/include
OPENSSL_LIBS="-L${HOME}/opt/lib -lssl -lcrypto"
OPENSSL_CFLAGS=-I$HOME/mingw/opt/include PREFIX=$HOME/mingw/opt
LZO_CFLAGS=-I$HOME/mingw/opt/include LZO_LIBS="-L${HOME}/mingw/opt/lib -llzo2"
./configure --host=${CHOST} --disable-lz4
working-directory: openvpn
- name: build OpenVPN
--
2.35.1
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel