We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d3a48 + 8ecaf8a commit a629ef1Copy full SHA for a629ef1
1 file changed
rpm/spec.in
@@ -13,6 +13,9 @@ BuildRequires: make
13
BuildRequires: pkgconfig
14
BuildRequires: sed
15
BuildRequires: tar
16
+%if 0%{?rhel} == 10
17
+BuildRequires: gcc-toolset-15 gcc-toolset-15-gcc-plugin-annobin
18
+%endif
19
URL: http://www.wolfssl.com/
20
21
Packager: wolfSSL <support@wolfssl.com>
@@ -37,6 +40,9 @@ you will need to install %{name}-devel.
37
40
%setup -q
38
41
39
42
%build
43
44
+source /usr/lib/gcc-toolset/15-env.source
45
46
%configure @WOLFSSL_CONFIG_ARGS@
47
%{__make} %{?_smp_mflags}
48
if [ "@ENABLED_FIPS@" = "yes" ]
0 commit comments