All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Sowden <jeremy@azazel.net>
To: Netfilter Devel <netfilter-devel@vger.kernel.org>
Subject: [libnetfilter_log PATCH 0/8] Build fixes
Date: Sat,  9 Oct 2021 12:38:30 +0100	[thread overview]
Message-ID: <20211009113839.2765382-1-jeremy@azazel.net> (raw)

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


             reply	other threads:[~2021-10-09 11:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-09 11:38 Jeremy Sowden [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211009113839.2765382-1-jeremy@azazel.net \
    --to=jeremy@azazel.net \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.