Skip to content

Commit 9917062

Browse files
committed
Fix openssl dependencies.
1 parent 89a2b2e commit 9917062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/deb/templates/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Standards-Version: 3.9.8
77
Build-Depends: debhelper (>= 9), cmake (>= 2.8.8), make (>= 4.0),
88
libfds-dev, gcc (>= 4.8), g++ (>= 4.8), pkg-config,
99
zlib1g-dev, python3-docutils | python-docutils,
10-
librdkafka-dev
10+
librdkafka-dev, libssl
1111

1212
Package: @CPACK_PACKAGE_NAME@
1313
Architecture: any

pkg/rpm/ipfixcol2.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
1515
BuildRequires: libfds-devel, /usr/bin/rst2man, zlib-devel
1616
BuildRequires: librdkafka-devel
17-
Requires: libfds >= 0.2.0, zlib, librdkafka >= 0.9.3, libcrypto, libssl
17+
Requires: libfds >= 0.2.0, zlib, librdkafka >= 0.9.3, openssl-libs
1818

1919
%description
2020
IPFIXcol is a flexible IPFIX (RFC 7011) flow data collector designed to

0 commit comments

Comments
 (0)