交叉编译nss

下载nss
https://www.linuxfromscratch.org/blfs/view/svn/postlfs/nss.html
下载NSPR
https://www.linuxfromscratch.org/blfs/view/svn/general/nspr.html

nss-3.89.1
nspr-4.35

交叉编译nspr

cd nspr
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in
sed -i 's#$(LIBRARY) ##'   config/rules.mk

编译一个x86版本

./configure --with-pthreads --with-mozilla --prefix=/home/test/imx6ull-qt/nss/x86-nspr --enable-64bit
make
make install

取出config/nsinstall

重新解压一个nspr

 

猜你喜欢

转载自blog.csdn.net/ch122633/article/details/131005929
今日推荐