]> git.pld-linux.org Git - packages/gcab.git/commitdiff
- enable fast-install (libtool option in configure.ac broke build) auto/th/gcab-0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Feb 2013 19:12:05 +0000 (20:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Feb 2013 19:12:05 +0000 (20:12 +0100)
gcab.spec

index b12f2b5d0dcee0a1f907e106b62eed199215e4a1..11fb4fc36093f0e1e0a3ef88c3ae7f5fd9d97431 100644 (file)
--- a/gcab.spec
+++ b/gcab.spec
@@ -86,9 +86,12 @@ API jÄ™zyka Vala dla biblioteki gcab.
 %setup -q
 
 %build
+# disabling fast install in configure breaks DESTDIR install
+# (libtool tries to relink gcab and fails, leaving temporary script instead of binary)
 %configure \
        --disable-silent-rules \
        %{!?with_static_libs:--disable-static} \
+       --enable-fast-install \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
 
This page took 0.117995 seconds and 4 git commands to generate.