From f8e97e0ed56cf5942ef36d34f1c64185c9c84d5c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 23 Mar 2022 10:52:40 -0400 Subject: Put spaces around version constraint in pkg-config (fixes #677) Also add a pkg-config runtime test that would have caught the error. --- pkg-test/test-pkg-config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg-test') diff --git a/pkg-test/test-pkg-config b/pkg-test/test-pkg-config index c516bed6..3624030a 100755 --- a/pkg-test/test-pkg-config +++ b/pkg-test/test-pkg-config @@ -15,6 +15,8 @@ fi cp pkg-test/qpdf-version.cc $TMP cd $TMP +pkg-config libqpdf --modversion +pkg-config libqpdf --libs --static g++ qpdf-version.cc -o qpdf-version \ $(pkg-config libqpdf --cflags) \ $(pkg-config libqpdf --libs) -- cgit v1.2.3-54-g00ecf