mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkit2gtk to 2.46.0-2
This commit is contained in:
parent
d71483fd83
commit
5c9008f551
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = webkit2gtk
|
||||
pkgdesc = Web content engine for GTK
|
||||
pkgver = 2.46.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://webkitgtk.org
|
||||
arch = x86_64
|
||||
license = AFL-2.0 OR GPL-2.0-or-later
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgname=(
|
|||
webkit2gtk-docs
|
||||
)
|
||||
pkgver=2.46.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Web content engine for GTK"
|
||||
url="https://webkitgtk.org"
|
||||
arch=(x86_64)
|
||||
|
@ -151,8 +151,8 @@ build() {
|
|||
|
||||
# Produce minimal debug info: 4.3 GB of debug data makes the
|
||||
# build too slow and is too much to package for debuginfod
|
||||
CFLAGS+=' -g1'
|
||||
CXXFLAGS+=' -g1'
|
||||
CFLAGS+=' -g0'
|
||||
CXXFLAGS+=' -g0'
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue