icecat: update to 52.6.0
This commit is contained in:
parent
0be39101a4
commit
f788af7b6a
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'icecat'.
|
||||
pkgname=icecat
|
||||
version=52.3.0
|
||||
version=52.6.0
|
||||
revision=1
|
||||
short_desc="GNU version of the Firefox browser"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
homepage="https://www.gnu.org/software/${pkgname}/"
|
||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${version}/${pkgname}-${version}-gnu1.tar.bz2"
|
||||
checksum=699ab2b41d4428ef5e360f3f33d98bc52723315cedac20bb03619846ca895302
|
||||
checksum=0a0cf3acb2067e0580204b44bb5a02fab2033c6bbf7c0b47522a3c4c1f29d625
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -56,20 +56,15 @@ do_build() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
export HOST_CFLAGS="${XBPS_CFLAGS}"
|
||||
export HOST_CXXFLAGS="${XBPS_CXXFLAGS}"
|
||||
export ac_cv_sqlite_secure_delete=yes \
|
||||
ac_cv_sqlite_threadsafe=yes \
|
||||
ac_cv_sqlite_enable_fts3=yes \
|
||||
ac_cv_sqlite_dbstat_vtab=yes \
|
||||
ac_cv_sqlite_enable_unlock_notify=yes \
|
||||
ac_cv_prog_hostcxx_works=1
|
||||
echo "ac_cv_sqlite_secure_delete=yes" >> .mozconfig
|
||||
echo "ac_cv_sqlite_threadsafe=yes" >> .mozconfig
|
||||
echo "ac_cv_sqlite_enable_fts3=yes" >> .mozconfig
|
||||
echo "ac_cv_sqlite_dbstat_vtab=yes" >> .mozconfig
|
||||
echo "ac_cv_sqlite_enable_unlock_notify=yes" >> .mozconfig
|
||||
echo "ac_cv_prog_hostcxx_works=1" >> .mozconfig
|
||||
echo "ac_add_options --target=$XBPS_CROSS_TRIPLET" >>.mozconfig
|
||||
fi
|
||||
|
||||
# echo "ac_cv_sqlite_threadsafe=yes" >> .mozconfig
|
||||
# echo "ac_cv_sqlite_enable_fts3=yes" >> .mozconfig
|
||||
# echo "ac_cv_sqlite_enable_unlock_notify=yes" >> .mozconfig
|
||||
# echo "ac_cv_prog_hostcxx_works=1" >> .mozconfig
|
||||
|
||||
mkdir -p /usr/lib/icecat
|
||||
export LDFLAGS+=" -Wl,-rpath=/usr/lib/icecat"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user