Skip to content

Commit

Permalink
nspr: update to 4.24
Browse files Browse the repository at this point in the history
- using bee_configure ends up in cutting /nspr/ folder
- nss-3.49 depends on nspr-4.24
  • Loading branch information
wwwutz committed Jan 30, 2020
1 parent 98ec339 commit 755a0d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nspr.be0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# more info: https://foo.bar.com

#SRCURL[0]="https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PKGVERSION}/src/nspr-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PKGVERSION}/src/nspr-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/d630c2111e1db6d2ec2069aad22b4121/nspr-4.24.tar.gz"

Expand All @@ -25,7 +25,8 @@ mee_patch() {
}

mee_configure() {
bee_configure \
./configure \
--prefix=/usr \
--with-mozilla \
--with-pthreads \
--enable-64bit
Expand Down

0 comments on commit 755a0d3

Please sign in to comment.