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

Fix rawhide build by removing Perl's -D_FORTIFY_SOURCE=2 #221

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

kontura
Copy link
Contributor

@kontura kontura commented Jan 9, 2023

Perl's config value ccflags: https://perldoc.perl.org/Config#ccflags
is defined during its build. Presumably the current build still uses old
settings -D_FORTIFY_SOURCE=2.

Once Perl is recompiled with the new -D_FORTIFY_SOURCE=3 setting this
commit could be reverted.

Perl's config value `ccflags`: https://perldoc.perl.org/Config#ccflags
is defined during its build. Presumably the current build still uses old
settings `-D_FORTIFY_SOURCE=2`.

Once Perl is recompiled with the new `-D_FORTIFY_SOURCE=3` setting this
commit could be reverted.
@j-mracek
Copy link
Contributor

j-mracek commented Jan 9, 2023

LGTM

@j-mracek j-mracek self-assigned this Jan 9, 2023
@j-mracek j-mracek merged commit 0e93e6d into rpm-software-management:main Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants