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

index a5348b4eb1cde8b991317829cd527236954719c9..aa77066e030c3feebbccbc4aefda1da05cf43305 100644 (file)
@@ -137,8 +137,12 @@ Dokumentacja API WebKita.
 %build
 install -d build
 cd build
-# ld.bfd cannot handle so huge shared libs (when building with debug info)
+# ld cannot handle so huge shared libs (when building with debug info)
+%ifarch %{x8664}
 LDFLAGS="%{rpmldflags} -fuse-ld=gold"
+%else
+LDFLAGS="%{rpmldflags} -fuse-ld=bfd -Wl,--no-keep-memory"
+%endif
 %cmake .. \
        -DENABLE_CREDENTIAL_STORAGE=ON \
        -DENABLE_GEOLOCATION=ON \
This page took 0.20676 seconds and 4 git commands to generate.