mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
Merge pull request #2025 from ceph/wip-disable-static
do_autogen.sh: --disable-static Reviewed-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
commit
971950bdbc
@ -29,7 +29,7 @@ die() {
|
||||
debug_level=0
|
||||
verbose=0
|
||||
profile=0
|
||||
CONFIGURE_FLAGS=""
|
||||
CONFIGURE_FLAGS="--disable-static"
|
||||
while getopts "d:e:hHTPjpnvO:" flag
|
||||
do
|
||||
case $flag in
|
||||
|
Loading…
Reference in New Issue
Block a user