The Samba-Bugzilla – Attachment 16713 Details for
Bug 14777
Do not quote passed argument of configure script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.15, 4.14, 4.13
0001-configure-Do-not-put-arguments-into-double-quotes.patch (text/plain), 880 bytes, created by
Andreas Schneider
on 2021-08-04 08:58:41 UTC
(
hide
)
Description:
patch for 4.15, 4.14, 4.13
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2021-08-04 08:58:41 UTC
Size:
880 bytes
patch
obsolete
>From d980e5a58d14cd967029d85e3693c243b033afce Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Mon, 2 Aug 2021 17:43:01 +0200 >Subject: [PATCH] configure: Do not put arguments into double quotes > >This could create an issue that arguments don't get split by python and then the >following could happen: > > ./configure --libdir=/usr/lib64 --enable-clangdb > > LIBDIR='/usr/lib64 --enable-clangdb' > >Signed-off-by: Andreas Schneider <asn@samba.org> >(cherry picked from commit 5e324b909427e8f9c9371ff3477560e7d8af3f80) >--- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/configure b/configure >index a6ca50feb47..2b0ffb0dae1 100755 >--- a/configure >+++ b/configure >@@ -13,5 +13,5 @@ export JOBS > unset LD_PRELOAD > > cd . || exit 1 >-$PYTHON $WAF configure "$@" || exit 1 >+$PYTHON $WAF configure $@ || exit 1 > cd $PREVPATH >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
asn
:
ci-passed?
(
abartlet
)
Actions:
View
Attachments on
bug 14777
: 16713