]> git.puffer.fish Git - mirror/frr.git/commit
tools, ospfclient: add a config option to skip installing python scripts 16610/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 20 Aug 2024 20:02:54 +0000 (15:02 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Thu, 22 Aug 2024 18:46:30 +0000 (13:46 -0500)
commitb3dc3680bcb147748deb5b5a96ffa9aee7446102
treee80c6bc8959f85991778828a1bd47614b38f4658
parentd9775c690cb6f3d5fcc91805c3ada83aaa8f4835
tools, ospfclient: add a config option to skip installing python scripts

The new config option --disable-python-runtime allows make install to proceed
without installing any of the python scripts. When installing from deb/rpm
packages those are bundled as frr-pythontools, which is independent from the
frr binaries and can already be skipped. I.e, this PR gives the option to skip
those scripts when building/installing from sources too.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
configure.ac
ospfclient/subdir.am
tools/subdir.am