Skip to content

Commit 01d0686

Browse files
cejkato2SiskaPavel
authored andcommitted
unirec: rpm: update build requirements - gcc-c++
1 parent c433556 commit 01d0686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unirec/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([unirec.c])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
99
AM_SILENT_RULES([yes])
10-
RELEASE=1
10+
RELEASE=99
1111
AC_SUBST(RELEASE)
1212
USERNAME=`git config --get user.name`
1313
USERMAIL=`git config --get user.email`

unirec/unirec.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Packager: @USERNAME@ <@USERMAIL@>
1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414

1515
Requires: libtrap
16-
BuildRequires: gcc make doxygen pkgconfig libtrap-devel
16+
BuildRequires: gcc gcc-c++ make doxygen pkgconfig libtrap-devel
1717
Provides: unirec
1818

1919
%description

0 commit comments

Comments
 (0)