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

Makefile: Allow to append CFLAGS / LDFLAGS from environment. #87

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

olifre
Copy link
Contributor

@olifre olifre commented Dec 27, 2022

Previously, the CFLAGS / LDFLAGS specified in the Makefile were appended, which prevented e.g. CFLAGS="-O3" from becoming effective.

see e.g. https://bugs.gentoo.org/887795 for a related downstream issue.

Previously, the CFLAGS / LDFLAGS specified in the Makefile were appended,
which prevented e.g. CFLAGS="-O3" from becoming effective.

see e.g. https://bugs.gentoo.org/887795 for a related downstream issue.
@hoyon hoyon merged commit b9b66af into hoyon:master Dec 27, 2022
@olifre olifre deleted the base_flags branch December 27, 2022 18:24
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Apr 4, 2023
https://build.opensuse.org/request/show/1077054
by user mia + dimstar_suse
- Update to 1.0
  * rename album fields to match MusicBrainz internal names
    gh#hoyon/mpv-mpris#81
  * Fix string leaks in property change handler
    gh#hoyon/mpv-mpris#84
  * Makefile: Allow to append CFLAGS / LDFLAGS from environment.
    gh#hoyon/mpv-mpris#87
  * Do not use the default GMainContext
    gh#hoyon/mpv-mpris#88
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.

None yet

2 participants