mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5654] [MERGED] build: mkdeb.sh: pass all arguments to ./configure #5594
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5654
Author: @kmk3
Created: 2/10/2023
Status: ✅ Merged
Merged: 2/14/2023
Merged by: @netblue30
Base:
master← Head:build-mkdeb-noargs📝 Commits (1)
d4639bfbuild: mkdeb.sh: pass all arguments to ./configure📊 Changes
2 files changed (+1 additions, -5 deletions)
View changed files
📝
Makefile(+1 -1)📝
mkdeb.sh(+0 -4)📄 Description
Instead of using the first argument as the
EXTRA_VERSIONvariable.This should make the usage of mkdeb.sh less confusing, especially when
one is not trying to set the variable.
As for using
EXTRA_VERSION(which is still optional with this commit),make sure that it is set as an environment variable before caling
mkdeb.sh. Example:
See also commit
9a0fbbd71("mkdeb.sh.in: pass remaining arguments to./configure", 2022-05-13) / PR #5154.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.