aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2023-02-28 16:57:52 +1300
committerDavid Howells <dhowells@redhat.com>2023-03-20 16:31:53 +0000
commit4e58e9a45b87f9409d80a559984a3405d8d5a975 (patch)
treee08205fff4a1c2aa49ea7e2e7b1c5477c4461f79
parentac2d0f3340a819362da460a35dc8e0cd81c0e004 (diff)
downloadkeyutils-4e58e9a45b87f9409d80a559984a3405d8d5a975.tar.gz
Provide a pkgconfig file with libkeyutils.a
Signed-off-by: Daniel Hill <daniel@gluo.nz> Signed-off-by: David Howells <dhowells@redhat.com> Link: https://lore.kernel.org/r/CAMtG=2qKrGC-QzPENXsV8_7VBbi6sEnA6joV=SL8MQP1pfV8KA@mail.gmail.com/
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 599b145..d8d4ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -201,6 +201,8 @@ ifeq ($(NO_SOLIB),0)
$(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
mkdir -p $(DESTDIR)$(USRLIBDIR)
$(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
+endif
+ifneq ($(filter 0, $(NO_ARLIB) $(NO_SOLIB)),)
sed \
-e 's,@VERSION\@,$(VERSION),g' \
-e 's,@prefix\@,$(PREFIX),g' \