All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnetfilter_log PATCH 0/8] Build fixes
@ 2021-10-09 11:38 Jeremy Sowden
  2021-10-09 11:38 ` [libnetfilter_log PATCH 1/9] build: correct pkg-config dependency configuration Jeremy Sowden
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jeremy Sowden @ 2021-10-09 11:38 UTC (permalink / raw)
  To: Netfilter Devel

An assortment of autotools and pkg-config updates.

Jeremy Sowden (9):
  build: correct pkg-config dependency configuration
  build: add pkg-config configuration for libipulog
  build: fix linker flags for nf-log
  build: move dependency CFLAGS variables out of `AM_CPPFLAGS`
  build: remove superfluous .la when linking ulog_test
  build: remove `-dynamic` when linking check progs
  build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with
    `LT_INIT`
  build: replace `AC_HELP_STRING` with `AS_HELP_STRING`
  Add Emacs artefacts to .gitignore

 .gitignore                       |  3 +++
 Make_global.am                   |  2 +-
 Makefile.am                      |  2 +-
 configure.ac                     | 23 +++++++++++++++--------
 libnetfilter_log.pc.in           |  6 +++---
 libnetfilter_log_libipulog.pc.in | 16 ++++++++++++++++
 src/Makefile.am                  | 18 ++++++++++--------
 utils/Makefile.am                | 14 ++++++--------
 8 files changed, 55 insertions(+), 29 deletions(-)
 create mode 100644 libnetfilter_log_libipulog.pc.in

-- 
2.33.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-10-11 23:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09 11:38 [libnetfilter_log PATCH 0/8] Build fixes Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 1/9] build: correct pkg-config dependency configuration Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 2/9] build: add pkg-config configuration for libipulog Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 3/9] build: fix linker flags for nf-log Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 4/9] build: move dependency CFLAGS variables out of `AM_CPPFLAGS` Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 5/9] build: remove superfluous .la when linking ulog_test Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 6/9] build: remove `-dynamic` when linking check progs Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 7/9] build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT` Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 8/9] build: replace `AC_HELP_STRING` with `AS_HELP_STRING` Jeremy Sowden
2021-10-09 11:38 ` [libnetfilter_log PATCH 9/9] Add Emacs artefacts to .gitignore Jeremy Sowden
2021-10-11 23:00 ` [libnetfilter_log PATCH 0/8] Build fixes Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.