]> git.pld-linux.org Git - packages/poldek.git/commitdiff
gettextize to replace config.rpath
authorKacper Kornet <draenog@pld-linux.org>
Wed, 26 Mar 2014 01:02:05 +0000 (01:02 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Wed, 26 Mar 2014 01:02:05 +0000 (01:02 +0000)
config.rpath present in sources doesn't know about lib64 directories.
In the result libtool in x86_64 didn't expand dependent libraries.

poldek.spec

index bebd314d8a9b222e8464ec02449f69c0745993c8..8014395b3d4bfe2a378488baa273f2cf78c154e2 100644 (file)
@@ -230,6 +230,7 @@ find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 chmod u+x ./configure ./doc/conf-xml2.sh
 
 %build
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoheader}
This page took 0.026528 seconds and 4 git commands to generate.