diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-10 20:10:19 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-01 14:56:18 +0200 |
| commit | d6e762570619f84318ade5b44fdeb2f920637f1f (patch) | |
| tree | 753c129e6a267da47b70931a1fe6467797942519 /m4/.gitignore | |
| parent | eec50add2230f7d60d19383777145f0dffca9edc (diff) | |
build: add --enable-static-bin option
This option can be used to get statically linked binaries.
Note: libfrr.la is removed from modules' library dependency list. This
is intentional and explained in a comment in lib/subdir.am.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'm4/.gitignore')
| -rw-r--r-- | m4/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore index 357e65588d..2c04163659 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,4 +1,5 @@ *.m4 +!*.patch !ax_compare_version.m4 !ax_prog_perl_modules.m4 |
