[PR #102] [MERGED] Use configured libdir instead of $prefix/lib #3542

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/102
Author: @reinerh
Created: 10/27/2015
Status: Merged
Merged: 10/27/2015
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

  • ba68a6a Use configured libdir instead of $prefix/lib

📊 Changes

4 files changed (+12 additions, -9 deletions)

View changed files

📝 src/firejail/Makefile.in (+5 -2)
📝 src/firejail/bandwidth.c (+5 -5)
📝 src/firejail/fs_trace.c (+1 -1)
📝 src/firejail/output.c (+1 -1)

📄 Description

When a non-default libdir is used, firejail installs
some components in this directory, but the hardcoded
paths to ftee etc. still point to $prefix/lib.
Use the configured libdir path instead.


🔄 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/102 **Author:** [@reinerh](https://github.com/reinerh) **Created:** 10/27/2015 **Status:** ✅ Merged **Merged:** 10/27/2015 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ba68a6a`](https://github.com/netblue30/firejail/commit/ba68a6a8150bebe7af3d21a55b85e34ae2b082ec) Use configured libdir instead of $prefix/lib ### 📊 Changes **4 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/Makefile.in` (+5 -2) 📝 `src/firejail/bandwidth.c` (+5 -5) 📝 `src/firejail/fs_trace.c` (+1 -1) 📝 `src/firejail/output.c` (+1 -1) </details> ### 📄 Description When a non-default libdir is used, firejail installs some components in this directory, but the hardcoded paths to ftee etc. still point to $prefix/lib. Use the configured libdir path instead. --- <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:03:21 -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#3542
No description provided.