]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- use ld.gold, updated build macros for proper LIBEXECDIR definition auto/th/gtk-webkit4-2.6.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Jan 2015 11:18:30 +0000 (12:18 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Jan 2015 11:18:30 +0000 (12:18 +0100)
gtk-webkit4.spec

index c443fe6513e04b6fd8e426378fcb991357ed406e..4df3226ce6321d29912b20303d630f2ddff9e62d 100644 (file)
@@ -60,7 +60,7 @@ BuildRequires:        pango-devel >= 1:1.32.0
 BuildRequires: perl-base >= 1:5.10.0
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.6.0
-BuildRequires: rpmbuild(macros) >= 1.592
+BuildRequires: rpmbuild(macros) >= 1.699
 BuildRequires: ruby >= 1.8.7
 BuildRequires: sqlite3-devel >= 3
 BuildRequires: tar >= 1:1.22
@@ -135,6 +135,8 @@ Dokumentacja API WebKita.
 %build
 install -d build
 cd build
+# ld.bfd cannot handle so huge shared libs (when building with debug info)
+LDFLAGS="%{rpmldflags} -fuse-ld=gold"
 %cmake .. \
        -DENABLE_CREDENTIAL_STORAGE=ON \
        -DENABLE_GEOLOCATION=ON \
This page took 0.210344 seconds and 4 git commands to generate.