!3 【master分支-nss-pem】fix build failure
Merge pull request !3 from 杨壮壮/master
This commit is contained in:
commit
8fe9432c35
@ -1,6 +1,6 @@
|
||||
Name: nss-pem
|
||||
Version: 1.0.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: PEM file reader for Network Security Services (NSS)
|
||||
License: MPLv1.1
|
||||
URL: https://github.com/kdudka/nss-pem
|
||||
@ -19,6 +19,7 @@ module.
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -DNSS_PKCS11_2_0_COMPAT"
|
||||
mkdir build
|
||||
pushd build
|
||||
%cmake ../src
|
||||
@ -40,6 +41,9 @@ popd
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Aug 7 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.0.6-2
|
||||
- Add -DNSS_PKCS11_2_0_COMPAT to solve build failure
|
||||
|
||||
* Tue Jul 28 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.0.6-1
|
||||
- update version to 1.0.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user