Commit f21860bf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated nspr to 4.19

parent 1e8a652a
all: all:
tar xf nspr-4.19.tar.gz tar xf nspr-4.21.tar.gz
cd nspr-4.19/nspr && sed -ri 's#^(RELEASE_BINS =).*#\1#' pr/src/misc/Makefile.in cd nspr-4.21/nspr && sed -ri 's#^(RELEASE_BINS =).*#\1#' pr/src/misc/Makefile.in
cd nspr-4.19/nspr && sed -i 's#$$(LIBRARY) ##' config/rules.mk cd nspr-4.21/nspr && sed -i 's#$$(LIBRARY) ##' config/rules.mk
cd nspr-4.19/nspr && ./configure --prefix=/usr --with-mozilla --with-pthreads $$([ $$(uname -m) = x86_64 ] && echo --enable-64bit) cd nspr-4.21/nspr && ./configure --prefix=/usr --with-mozilla --with-pthreads $$([ $$(uname -m) = x86_64 ] && echo --enable-64bit)
$(MAKE) -C nspr-4.19/nspr $(MAKE) -C nspr-4.21/nspr
$(MAKE) -C nspr-4.19/nspr install $(MAKE) -C nspr-4.21/nspr install
rm -rf nspr-4.19 rm -rf nspr-4.21
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment