Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[perl] Explicitly depend on pkgconfig(libcrypt). JB#54931 #3

Merged
merged 1 commit into from Aug 25, 2021

Conversation

Thaodan
Copy link
Contributor

@Thaodan Thaodan commented Aug 19, 2021

perl depends on pkconfig(libcrypt) for the crypt function but it was
not included. This makes the build fail when pkconfig(libcrypt) is not bundled in the glib-devel package.

@@ -91,7 +91,9 @@ Patch15: errno3-lib-h2ph.t-to-test-generated-t-_h2ph_pre.ph.patch
# Update some of the bundled modules
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions

BuildRequires: db4-devel, zlib-devel, bzip2-devel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also could use pkgconfig(bzip2) while at it, right?

Copy link

@saukko saukko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, but LGTM as such as well.

@Thaodan
Copy link
Contributor Author

Thaodan commented Aug 25, 2021 via email

Copy link
Contributor

@xfade xfade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the email update, otherwise looks good.

perl.changes Outdated Show resolved Hide resolved
perl depends on pkconfig(libcrypt) for the crypt function but it was
not included. This makes the build fail when pkconfig(libcrypt) is not bundled in the glib-devel package.

Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants