[PR #5504] [MERGED] build: actually set LDFLAGS/LIBS & stop overriding CFLAGS/LDFLAGS #5518

Closed
opened 2026-05-05 10:39:54 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5504
Author: @kmk3
Created: 12/4/2022
Status: Merged
Merged: 12/9/2022
Merged by: @kmk3

Base: masterHead: build-cflags-improvements


📝 Commits (4)

  • 55e3c58 configure*: print CC and CFLAGS
  • 671c3f2 build: actually set LDFLAGS and LIBS in makefiles
  • 35332bd build: move library flags from EXTRA_LDFLAGS to LIBS
  • 87948b3 makefiles: stop overriding CFLAGS/LDFLAGS

📊 Changes

5 files changed (+33 additions, -15 deletions)

View changed files

📝 config.mk.in (+7 -0)
📝 configure (+8 -3)
📝 configure.ac (+8 -3)
📝 src/prog.mk (+6 -5)
📝 src/so.mk (+4 -4)

📄 Description

Commits:

$ git log --reverse --pretty='* %s' master..
* configure*: print CC and CFLAGS
* build: actually set LDFLAGS and LIBS in makefiles
* build: move library flags from EXTRA_LDFLAGS to LIBS
* makefiles: stop overriding CFLAGS/LDFLAGS

This is a follow-up to #5478 and #5488.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5504 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 12/4/2022 **Status:** ✅ Merged **Merged:** 12/9/2022 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-cflags-improvements` --- ### 📝 Commits (4) - [`55e3c58`](https://github.com/netblue30/firejail/commit/55e3c5879e1e14daa3ae834a76b9fdfab32554bd) configure*: print CC and CFLAGS - [`671c3f2`](https://github.com/netblue30/firejail/commit/671c3f24923d53bae96c8ef4989c250a5ce787c3) build: actually set LDFLAGS and LIBS in makefiles - [`35332bd`](https://github.com/netblue30/firejail/commit/35332bd99808335b79c01845b3dabf0d3e21fee1) build: move library flags from EXTRA_LDFLAGS to LIBS - [`87948b3`](https://github.com/netblue30/firejail/commit/87948b3ffe9e8e704c55509cd6c747547b3c7072) makefiles: stop overriding CFLAGS/LDFLAGS ### 📊 Changes **5 files changed** (+33 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `config.mk.in` (+7 -0) 📝 `configure` (+8 -3) 📝 `configure.ac` (+8 -3) 📝 `src/prog.mk` (+6 -5) 📝 `src/so.mk` (+4 -4) </details> ### 📄 Description Commits: ```console $ git log --reverse --pretty='* %s' master.. * configure*: print CC and CFLAGS * build: actually set LDFLAGS and LIBS in makefiles * build: move library flags from EXTRA_LDFLAGS to LIBS * makefiles: stop overriding CFLAGS/LDFLAGS ``` This is a follow-up to #5478 and #5488. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:39:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5518
No description provided.