Skip to content

Commit

Permalink
Add perl-FindBin dep for fedora
Browse files Browse the repository at this point in the history
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) 
...
  • Loading branch information
JadedBlueEyes authored Aug 26, 2023
1 parent 2db5377 commit 9708951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
//! $ sudo apt-get install pkg-config libssl-dev
//!
//! # Fedora
//! $ sudo dnf install pkg-config openssl-devel
//! $ sudo dnf install pkg-config perl-FindBin openssl-devel
//!
//! # Alpine Linux
//! $ apk add pkgconfig openssl-dev
Expand Down

0 comments on commit 9708951

Please sign in to comment.