[packages/pspg] Update BR from cleanbuild
glen
glen at pld-linux.org
Fri Mar 5 12:29:11 CET 2021
commit 0f738407365158ee6f433f6aa757138a92df623d
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Mar 5 13:25:49 2021 +0200
Update BR from cleanbuild
- checking for pkg-config... no
- checking for the PostgreSQL libraries CPPFLAGS... Package libpq was not found in the pkg-config search path.
pspg.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/pspg.spec b/pspg.spec
index 6e1d072..c7b2375 100644
--- a/pspg.spec
+++ b/pspg.spec
@@ -8,6 +8,8 @@ Source0: https://github.com/okbob/pspg/archive/%{version}/%{name}-%{version}.tar
# Source0-md5: 46430135d29f16a40511d56f4071af07
URL: https://github.com/okbob/pspg
BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRequires: postgresql-devel
BuildRequires: readline-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pspg.git/commitdiff/18af9bd8c1e1672cedc6a6ff82f4e26c49229197
More information about the pld-cvs-commit
mailing list