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

index 472da31ec8f8eb2917c6d189a773136d4ea3a8de..576f3c75fd2c31564857de7da2f20dc38423bc12 100644 (file)
@@ -150,7 +150,11 @@ Dokumentacja API WebKita.
 %{__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 \
        --enable-geolocation \
This page took 0.049422 seconds and 4 git commands to generate.