Skip to content

Commit 9708951

Browse files
Add perl-FindBin dep for fedora
Compilation in fedora fails without this installed with message: --- stderr Can't locate FindBin.pm in @inc (you may need to install the FindBin module) ...
1 parent 2db5377 commit 9708951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! $ sudo apt-get install pkg-config libssl-dev
4545
//!
4646
//! # Fedora
47-
//! $ sudo dnf install pkg-config openssl-devel
47+
//! $ sudo dnf install pkg-config perl-FindBin openssl-devel
4848
//!
4949
//! # Alpine Linux
5050
//! $ apk add pkgconfig openssl-dev

0 commit comments

Comments
 (0)