projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26cfd67
)
configure: update list of preserved environment variables
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 7 Jun 2022 10:14:47 +0000
(12:14 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 14 Jun 2022 14:50:30 +0000
(16:50 +0200)
INSTALL and LIBTOOL are not used anymore, but OBJCFLAGS is new and
was not listed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 4b12a8094cafb6d0eed3238c384c1d8172eb4783..d41c7eddffec20186c4315bf68892e3cb1f5a831 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2722,13
+2722,12
@@
preserve_env CC
preserve_env CFLAGS
preserve_env CXX
preserve_env CXXFLAGS
-preserve_env INSTALL
preserve_env LD
preserve_env LDFLAGS
preserve_env LD_LIBRARY_PATH
-preserve_env LIBTOOL
preserve_env MAKE
preserve_env NM
+preserve_env OBJCFLAGS
preserve_env OBJCOPY
preserve_env PATH
preserve_env PKG_CONFIG