We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e37bfd commit 3434047Copy full SHA for 3434047
.github/workflows/socat.yml
@@ -105,21 +105,12 @@ jobs:
105
- name: Download socat
106
run: curl -O http://www.dest-unreach.org/socat/download/socat-1.8.0.0.tar.gz && tar xvf socat-1.8.0.0.tar.gz
107
108
- - name: Checkout OSP
109
- uses: actions/checkout@v4
110
- with:
111
- repository: wolfssl/osp
112
- path: osp
113
-
114
- name: Build socat
115
working-directory: ./socat-1.8.0.0
116
run: |
117
- # Apply patch
118
- patch -p1 < ../osp/socat/1.8.0.0/socat-1.8.0.0.patch
119
120
# Configure with OpenSSL
121
autoreconf -vfi
122
- ./configure --with-openssl=$GITHUB_WORKSPACE/openssl-install
+ ./configure --enable-openssl-base=$GITHUB_WORKSPACE/openssl-install
123
124
# Build socat
125
make
0 commit comments