fix riscv64 arch autoconf.h include path

This commit is contained in:
wangyangdahai 2023-07-02 13:55:31 +08:00 committed by laokz
parent 55b9fe49d0
commit 35083472d9
2 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,8 @@
#include "libecap/common/autoconf-sparc.h" #include "libecap/common/autoconf-sparc.h"
#elif defined(__aarch64__) #elif defined(__aarch64__)
#include "libecap/common/autoconf-aarch64.h" #include "libecap/common/autoconf-aarch64.h"
#elif defined(__riscv)
#include "libecap/common/autoconf-riscv64.h"
#else #else
#error "The libecap-devel package is not usable with the architecture." #error "The libecap-devel package is not usable with the architecture."
#endif #endif

View File

@ -1,6 +1,6 @@
Name: libecap Name: libecap
Version: 1.0.1 Version: 1.0.1
Release: 4 Release: 5
Summary: an loadable eCAP adapter for Squid HTTP-Proxy Summary: an loadable eCAP adapter for Squid HTTP-Proxy
License: BSD License: BSD
URL: http://www.e-cap.org/ URL: http://www.e-cap.org/
@ -63,5 +63,8 @@ make check
%doc README %doc README
%changelog %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 * Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-4
- Package init - Package init