add missing #include <deque>
This commit is contained in:
parent
6d8b0e05c3
commit
62e815bb73
28
0001-add-missing-include-file-1344.patch
Normal file
28
0001-add-missing-include-file-1344.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 2e3bf92eedf575c780e4381ae810a050ee404f03 Mon Sep 17 00:00:00 2001
|
||||||
|
From: kupsch <kupsch@cs.wisc.edu>
|
||||||
|
Date: Thu, 5 Jan 2023 13:13:14 -0600
|
||||||
|
Subject: [PATCH] add missing include file (#1344)
|
||||||
|
|
||||||
|
- add missing #include <deque>
|
||||||
|
|
||||||
|
On more platforms and library combinations <deque> is included via
|
||||||
|
some other header, but there is combination where this is not true
|
||||||
|
---
|
||||||
|
dataflowAPI/src/AbslocInterface.C | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/dataflowAPI/src/AbslocInterface.C b/dataflowAPI/src/AbslocInterface.C
|
||||||
|
index 9d7ad000c..582e64004 100644
|
||||||
|
--- a/dataflowAPI/src/AbslocInterface.C
|
||||||
|
+++ b/dataflowAPI/src/AbslocInterface.C
|
||||||
|
@@ -29,6 +29,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
+#include <deque>
|
||||||
|
#include "Absloc.h"
|
||||||
|
#include "AbslocInterface.h"
|
||||||
|
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
11
dyninst.spec
11
dyninst.spec
@ -1,6 +1,6 @@
|
|||||||
Name: dyninst
|
Name: dyninst
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Release: 1
|
Release: 2
|
||||||
Version: 12.2.1
|
Version: 12.2.1
|
||||||
Summary: An API for Run-time Code Generation
|
Summary: An API for Run-time Code Generation
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
@ -13,6 +13,8 @@ URL: http://www.dyninst.org
|
|||||||
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
|
||||||
Source1: https://github.com/dyninst/testsuite/archive/v%{testsuite_version}/%{testsuite_base}.tar.gz
|
Source1: https://github.com/dyninst/testsuite/archive/v%{testsuite_version}/%{testsuite_base}.tar.gz
|
||||||
|
|
||||||
|
Patch1: 0001-add-missing-include-file-1344.patch
|
||||||
|
|
||||||
BuildRequires: cmake gcc-c++
|
BuildRequires: cmake gcc-c++
|
||||||
BuildRequires: binutils-devel boost-devel
|
BuildRequires: binutils-devel boost-devel
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
@ -48,6 +50,10 @@ dyninst-doc contains API documentation for the Dyninst libraries.
|
|||||||
%setup -q -n %{name}-%{version} -c
|
%setup -q -n %{name}-%{version} -c
|
||||||
%setup -q -T -D -a 1
|
%setup -q -T -D -a 1
|
||||||
|
|
||||||
|
pushd %{dyninst_base}
|
||||||
|
%patch1 -p1
|
||||||
|
popd
|
||||||
|
|
||||||
sed -i.cotire -e 's/USE_COTIRE true/USE_COTIRE false/' \
|
sed -i.cotire -e 's/USE_COTIRE true/USE_COTIRE false/' \
|
||||||
%{dyninst_base}/cmake/shared.cmake
|
%{dyninst_base}/cmake/shared.cmake
|
||||||
|
|
||||||
@ -134,6 +140,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \
|
|||||||
%doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf
|
%doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2023 Wenyu Liu <liuwenyu7@huawei.com> - 12.2.1-2
|
||||||
|
- add missing #include <deque>
|
||||||
|
|
||||||
* Sun Jan 29 2023 Wenyu Liu <liuwenyu7@huawei.com> - 12.2.1-1
|
* Sun Jan 29 2023 Wenyu Liu <liuwenyu7@huawei.com> - 12.2.1-1
|
||||||
- update to 12.2.1
|
- update to 12.2.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user