nspr: update to 4.10.5.
This commit is contained in:
parent
cccebd4bfa
commit
2315a62b7b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nspr'
|
||||
pkgname=nspr
|
||||
version=4.10.4
|
||||
version=4.10.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_wrksrc="nspr"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.mozilla.org/projects/nspr/"
|
||||
license="GPL-2, MPL-1.1"
|
||||
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=eb3fcc5e4cbd90f244c19ea05c2dfb4d22df4acc777d34ec6946dbfae560d838
|
||||
checksum=a453744714fe92c3220cc48bdb226b58b863fd7eccef608d1427d6f68ec9f60c
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -23,7 +23,7 @@ do_configure() {
|
|||
unset CFLAGS
|
||||
./configure --prefix=/usr --libdir=/usr/lib \
|
||||
--includedir=/usr/include/nspr --enable-optimize \
|
||||
--disable-debug --with-pthreads ${_args}
|
||||
--enable-debug --with-pthreads ${_args}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue