* [libnetfilter_log PATCH] build: fix pkg-config syntax-errors
@ 2021-10-30 12:15 Jeremy Sowden
2021-11-02 12:01 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Sowden @ 2021-10-30 12:15 UTC (permalink / raw)
To: Netfilter Devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libnetfilter_log PATCH] build: fix pkg-config syntax-errors
2021-10-30 12:15 [libnetfilter_log PATCH] build: fix pkg-config syntax-errors Jeremy Sowden
@ 2021-11-02 12:01 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2021-11-02 12:01 UTC (permalink / raw)
To: Jeremy Sowden; +Cc: Netfilter Devel
On Sat, Oct 30, 2021 at 01:15:46PM +0100, Jeremy Sowden wrote:
> pkg-config config-files require back-slashes when definitions are folded
> across multiple lines.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-02 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30 12:15 [libnetfilter_log PATCH] build: fix pkg-config syntax-errors Jeremy Sowden
2021-11-02 12:01 ` Pablo Neira Ayuso
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).