netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Sowden <jeremy@azazel.net>
To: Netfilter Devel <netfilter-devel@vger.kernel.org>
Subject: [libnetfilter_log PATCH] build: fix pkg-config syntax-errors
Date: Sat, 30 Oct 2021 13:15:46 +0100	[thread overview]
Message-ID: <20211030121546.1072767-1-jeremy@azazel.net> (raw)

pkg-config config-files require back-slashes when definitions are folded
across multiple lines.

Fixes: 3c2229da2e7f ("build: add pkg-config configuration for libipulog")
Fixes: f7da00cdc597 ("build: correct pkg-config dependency configuration")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 libnetfilter_log.pc.in           | 2 +-
 libnetfilter_log_libipulog.pc.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libnetfilter_log.pc.in b/libnetfilter_log.pc.in
index 9dbed7709632..14d16ed667d5 100644
--- a/libnetfilter_log.pc.in
+++ b/libnetfilter_log.pc.in
@@ -9,7 +9,7 @@ Name: libnetfilter_log
 Description: Netfilter userspace packet logging library
 URL: http://netfilter.org/projects/libnetfilter_log/
 Version: @VERSION@
-Requires.private: libnfnetlink >= @LIBNFNETLINK_MIN_VERSION@,
+Requires.private: libnfnetlink >= @LIBNFNETLINK_MIN_VERSION@, \
 		  libmnl >= @LIBMNL_MIN_VERSION@
 Conflicts:
 Libs: -L${libdir} -lnetfilter_log
diff --git a/libnetfilter_log_libipulog.pc.in b/libnetfilter_log_libipulog.pc.in
index 1b7d17a0ac62..35967902e22c 100644
--- a/libnetfilter_log_libipulog.pc.in
+++ b/libnetfilter_log_libipulog.pc.in
@@ -9,7 +9,7 @@ Name: libnetfilter_log_libipulog
 Description: Netfilter ULOG userspace compat library
 URL: http://netfilter.org/projects/libnetfilter_log/
 Version: @VERSION@
-Requires.private: libnetfilter_log >= @VERSION@,
+Requires.private: libnetfilter_log >= @VERSION@, \
                   libnfnetlink >= @LIBNFNETLINK_MIN_VERSION@
 Conflicts:
 Libs: -L${libdir} -lnetfilter_log_libipulog
-- 
2.33.0


             reply	other threads:[~2021-10-30 12:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 12:15 Jeremy Sowden [this message]
2021-11-02 12:01 ` [libnetfilter_log PATCH] build: fix pkg-config syntax-errors 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=20211030121546.1072767-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).