!8 将riscv64架构加入autoconf.h
From: @laokz Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
6ae4842fbf
@ -44,6 +44,8 @@
|
||||
#include "libecap/common/autoconf-sparc.h"
|
||||
#elif defined(__aarch64__)
|
||||
#include "libecap/common/autoconf-aarch64.h"
|
||||
#elif defined(__riscv)
|
||||
#include "libecap/common/autoconf-riscv64.h"
|
||||
#else
|
||||
#error "The libecap-devel package is not usable with the architecture."
|
||||
#endif
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libecap
|
||||
Version: 1.0.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: an loadable eCAP adapter for Squid HTTP-Proxy
|
||||
License: BSD
|
||||
URL: http://www.e-cap.org/
|
||||
@ -63,5 +63,8 @@ make check
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Mon Jul 03 2023 wangyangdahai <wangyang22@iscas.ac.cn> - 1.0.1-5
|
||||
- fix riscv64 arch autoconf.h include path
|
||||
|
||||
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-4
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user