forked from wolfSSL/wolfssl
Simple fix for 1.8.0.0 socat regressions
Future versions probably won't need this.
This commit is contained in:
2
.github/workflows/socat.yml
vendored
2
.github/workflows/socat.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
|
patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir
|
./configure --with-wolfssl=$GITHUB_WORKSPACE/build-dir --enable-default-ipv=4
|
||||||
make
|
make
|
||||||
|
|
||||||
- name: Run socat tests
|
- name: Run socat tests
|
||||||
|
Reference in New Issue
Block a user