mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/webkit2gtk fix
This commit is contained in:
parent
fbae85cd63
commit
fa790d39ac
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - do not use LLINT assembly for v5/v6
|
||||
# - strip -O3 from cmake generated makefiles, solves ICE
|
||||
|
||||
pkgname=webkit2gtk
|
||||
pkgver=2.6.5
|
||||
|
@ -44,6 +45,10 @@ build() {
|
|||
-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=/usr/lib -DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
|
||||
-DENABLE_GTKDOC=ON $CONFIG ../webkitgtk-$pkgver
|
||||
|
||||
# strip -O3 from cmake generated makefiles
|
||||
find ./ -type f -exec sed -i -e 's/-O3//g' {} \;
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue