]> git.pld-linux.org Git - packages/gtk-webkit.git/commitdiff
- try to solve ld memory exhaution issue on 32bit archs
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Mar 2015 21:37:11 +0000 (22:37 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Mar 2015 21:37:11 +0000 (22:37 +0100)
gtk-webkit.spec

index b4a4cb37d0e46d161008f94f65c07b1f63abcc01..c6c1308de87727e1061c79031cd0dd187224a652 100644 (file)
@@ -118,7 +118,11 @@ Pliki programistyczne komponentu WebKit dla GTK+ 2.
 %{__autoheader}
 %{__automake}
 %configure \
+%ifarch %{x8664}
        LDFLAGS="%{rpmldflags} -fuse-ld=gold" \
+%else
+       LDFLAGS="%{rpmldflags} -fuse-ld=bfd -Wl,--no-keep-memory" \
+%endif
        --disable-gtk-doc \
        --disable-silent-rules \
        --disable-webkit2 \
This page took 0.142384 seconds and 4 git commands to generate.