Skip to content
2 changes: 1 addition & 1 deletion recipes-common/telemetry/telemetry_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CFLAGS += " -Wall -Werror -Wextra"

inherit pkgconfig autotools systemd ${@bb.utils.contains("DISTRO_FEATURES", "kirkstone", "python3native", "pythonnative", d)} breakpad-logmapper

CFLAGS += " -DDROP_ROOT_PRIV "
CFLAGS += " -DDROP_ROOT_PRIV -DENABLE_MTLS "

LDFLAGS:append = " \
-lbreakpadwrapper \
Expand Down