mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
coreos-base/update_engine: Work around new gdbus-codegen warnings
This commit is contained in:
parent
db817354f0
commit
484fa1df46
@ -50,6 +50,9 @@ src_configure() {
|
|||||||
append-ldflags -no-pie
|
append-ldflags -no-pie
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Work around new gdbus-codegen output.
|
||||||
|
append-flags -Wno-unused-function
|
||||||
|
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
$(use_enable cros-debug debug)
|
$(use_enable cros-debug debug)
|
||||||
$(use_enable delta_generator)
|
$(use_enable delta_generator)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user