]> git.pld-linux.org Git - packages/bindinator.git/commitdiff
- fix bindinatordir on archs with _lib!="lib" master auto/th/bindinator-1.0-0.20201020.1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 19:56:24 +0000 (21:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 19:56:24 +0000 (21:56 +0200)
bindinator.spec

index 88e45c80ffeb6f0898f68c4da5d9700045fda969..883f69d43aa7652011c7d0e663a2b76c392e4a2d 100644 (file)
@@ -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}
 
This page took 0.104461 seconds and 4 git commands to generate.