[PR #3310] [MERGED] Preserve CFLAGS given to configure in common.mk.in #4718

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3310
Author: @Liorst4
Created: 3/31/2020
Status: Merged
Merged: 4/2/2020
Merged by: @netblue30

Base: masterHead: ac-preserve-cflags


📝 Commits (1)

  • 45bf24a Preserve CFLAGS given to configure in common.mk.in

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/common.mk.in (+1 -0)

📄 Description

Wanted to add some CFLAGS during ./configure, but it didn't work.

./configure CFLAGS='-Wall'

Added this line to make it work.


🔄 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/3310 **Author:** [@Liorst4](https://github.com/Liorst4) **Created:** 3/31/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `ac-preserve-cflags` --- ### 📝 Commits (1) - [`45bf24a`](https://github.com/netblue30/firejail/commit/45bf24a07fb6e20fcccf5d48e269e54015fad1c5) Preserve CFLAGS given to configure in common.mk.in ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/common.mk.in` (+1 -0) </details> ### 📄 Description Wanted to add some CFLAGS during ./configure, but it didn't work. ```bash ./configure CFLAGS='-Wall' ``` Added this line to make it work. --- <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:25:20 -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#4718
No description provided.