]> git.puffer.fish Git - mirror/frr.git/commitdiff
Merge pull request #16610 from Jafaral/no-py
authorRuss White <russ@riw.us>
Tue, 27 Aug 2024 14:38:09 +0000 (10:38 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 14:38:09 +0000 (10:38 -0400)
tools, ospfclient: add a config option to skip installing python scripts

1  2 
configure.ac

diff --cc configure.ac
index 885d5d1f5efdfb972f07b6ae887ac3b66f03a91b,fe837e792b5c9bfcd98c3b772093921ad4cf3aed..e1aa05b869af79c1194baac2e3a570a2c86accab
@@@ -847,9 -847,12 +847,12 @@@ AC_ARG_WITH([crypto]
  AC_ARG_WITH([frr-format],
    AS_HELP_STRING([--with-frr-format[=<.../frr-format.so>]], [use frr-format GCC plugin]))
  
 -AC_ARG_ENABLE([version-build-config],
 +AC_ARG_ENABLE([version_build_config],
    AS_HELP_STRING([--disable-version-build-config], [do not include build configs in show version command]))
  
+ AC_ARG_ENABLE([python_runtime],
+   AS_HELP_STRING([--disable-python-runtime], [do not install python scripts or have python runtime dependency]))
  #if openssl, else use the internal
  AS_IF([test "$with_crypto" = "openssl"], [
  AC_CHECK_LIB([crypto], [EVP_DigestInit], [LIBS="$LIBS -lcrypto"], [], [])