add http_parser.h to include path
Signed-off-by: jikai <jikai11@huawei.com> (cherry picked from commit b4dd07d8a0f5201b9dc661b8e8970a0234c9a24e)
This commit is contained in:
parent
0a82400618
commit
b05f793379
9
lcr.spec
9
lcr.spec
@ -1,5 +1,5 @@
|
||||
%global _version 2.1.4
|
||||
%global _release 2
|
||||
%global _release 3
|
||||
%global _inner_name isula_libutils
|
||||
%global enable_lxc 1
|
||||
|
||||
@ -92,6 +92,7 @@ install -d $RPM_BUILD_ROOT/%{_includedir}/%{_inner_name}
|
||||
install -m 0644 ../build/json/*.h %{buildroot}/%{_includedir}/%{_inner_name}/
|
||||
install -m 0644 ../src/json/*.h %{buildroot}/%{_includedir}/%{_inner_name}/
|
||||
install -m 0644 ../src/third_party/*.h %{buildroot}/%{_includedir}/%{_inner_name}/
|
||||
install -m 0644 ../src/third_party/http_parser/*.h %{buildroot}/%{_includedir}/%{_inner_name}/
|
||||
install -m 0644 ../src/auto_cleanup.h %{buildroot}/%{_includedir}/%{_inner_name}/
|
||||
#install header files from utils later
|
||||
install -m 0644 ../src/utils/utils_compile.h %{buildroot}/%{_includedir}/lcr/utils_compile.h
|
||||
@ -131,6 +132,12 @@ rm -rf %{buildroot}
|
||||
%{_includedir}/lcr/utils_compile.h
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2024 jikai<jikai11@huawei.com> - 2.1.4-3
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:add http_parser.h to include path
|
||||
|
||||
* Tue Mar 19 2024 jikai<jikai11@huawei.com> - 2.1.4-2
|
||||
- Type:enhancement
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user