mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-24 19:41:22 +02:00
fix OpenBSD.yml
This commit is contained in:
parent
577e04df6c
commit
ef11a7b30e
11
.github/workflows/OpenBSD.yml
vendored
11
.github/workflows/OpenBSD.yml
vendored
@ -27,10 +27,17 @@ jobs:
|
||||
- uses: vmactions/openbsd-vm@v0
|
||||
with:
|
||||
prepare: |
|
||||
pkg_add gmake automake-1.16.3 autoconf-2.71 libtool pkgconf libevent msgpack libssh gcc-11.2.0p2
|
||||
pkg_add automake-1.16.3 autoconf-2.71 libtool pkgconf libevent msgpack libssh
|
||||
usesh: true
|
||||
run: |
|
||||
ln -s /usr/local/bin/egcc /usr/local/bin/gcc
|
||||
sed -i 's,<event.h>,<event2/event.h>,' *.[ch]
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-Makefile_am | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-server_c | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-tmate-debug_c | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-tmate_h | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-tmux_c | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-tmux_h | patch
|
||||
curl https://raw.githubusercontent.com/openbsd/ports/master/sysutils/tmate/patches/patch-osdep-openbsd_c | patch
|
||||
export AUTOMAKE_VERSION=1.16
|
||||
export AUTOCONF_VERSION=2.71
|
||||
autoupdate
|
||||
|
Loading…
x
Reference in New Issue
Block a user