Skip to content

Commit

Permalink
Document new configure option --enable-legacy-pppd
Browse files Browse the repository at this point in the history
The intended audience is packagers who target platforms shipping
pppd < 2.5.0.
  • Loading branch information
DimitriPapadopoulos committed Nov 6, 2023
1 parent f4ecda6 commit 505af3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ For other distros, you'll need to build and install from source:
sudo make install
```
If targeting platforms with pppd < 2.5.0 such as current version of macOS,
we suggest you configure with option --enable-legacy-pppd:
```shell
./autogen.sh
./configure --prefix=/usr/local --sysconfdir=/etc --enable-legacy-pppd
make
sudo make install
```
If you need to specify the openssl location you can set the `$PKG_CONFIG_PATH`
environment variable. For fine-tuning check the available configure arguments
with `./configure --help` especially when you are cross compiling.
Expand Down

0 comments on commit 505af3a

Please sign in to comment.