commit 2235f3e77b829b989661f5cfad14ea9ccd466ba9
Author: Jakub Bogusz <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to