diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-08-22 14:55:10 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-08-22 14:55:10 -0700 |
commit | 36dceaef638141c1f74818760f3f61a35c7470c9 (patch) | |
tree | 77ff8dbb1742204da35e56db1ee9d3d9fd702761 /pkg/rpm/unit.spec.in | |
parent | ebcc92069d6b4f59a3ab39d66649f5c3c0e6a768 (diff) | |
download | unit-36dceaef638141c1f74818760f3f61a35c7470c9.tar.gz unit-36dceaef638141c1f74818760f3f61a35c7470c9.tar.bz2 |
Packages: added pkg-config file packaging for rpm-based distros.
Debian-based distributions package it automatically.
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/unit.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |