[packages/bindinator] - fix bindinatordir on archs with _lib!="lib"
qboosh
qboosh at pld-linux.org
Fri Apr 22 21:56:11 CEST 2022
commit 2235f3e77b829b989661f5cfad14ea9ccd466ba9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 22 21:56:24 2022 +0200
- fix bindinatordir on archs with _lib!="lib"
bindinator.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/bindinator.spec b/bindinator.spec
index 88e45c8..883f69d 100644
--- a/bindinator.spec
+++ b/bindinator.spec
@@ -45,11 +45,13 @@ wywołaniu z nazwą pliku gir generuje projekt z wiązaniami C#.
%{__aclocal}
%{__autoconf}
%{__automake}
+# provide libdir consistent with .xslt files paths defined in configure
%configure \
%if "%{_host_cpu}" != "x32"
--host=%{_host} \
- --build=%{_host}
+ --build=%{_host} \
%endif
+ --libdir=%{_prefix}/lib
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bindinator.git/commitdiff/2235f3e77b829b989661f5cfad14ea9ccd466ba9
More information about the pld-cvs-commit
mailing list