From 36dceaef638141c1f74818760f3f61a35c7470c9 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 22 Aug 2023 14:55:10 -0700 Subject: [PATCH] Packages: added pkg-config file packaging for rpm-based distros. Debian-based distributions package it automatically. --- pkg/rpm/unit.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index 14a2ea00..b4e7863e 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -222,5 +222,6 @@ BANNER %{_libdir}/libunit.a %{_libdir}/libunit-debug.a %{_includedir}/nxt_*.h +%{_datadir}/pkgconfig/unit.pc %changelog