Skip to content

pppd man page: Update header to refer to pppd 2.5.x #545

pppd man page: Update header to refer to pppd 2.5.x

pppd man page: Update header to refer to pppd 2.5.x #545

Workflow file for this run

name: Solaris
on: [push, pull_request]
jobs:
solaris:
runs-on: ubuntu-22.04
steps:
- name: Checkout PPP sources
uses: actions/checkout@v3
- name: Build
uses: vmactions/[email protected]
with:
run: |
pkg update
pkg install gcc automake autoconf libtool
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install