diff --git a/package/mathieu/acpid/acpid.conf b/package/mathieu/acpid/acpid.conf index cdc38f340..873633871 100644 --- a/package/mathieu/acpid/acpid.conf +++ b/package/mathieu/acpid/acpid.conf @@ -39,5 +39,6 @@ inst_template_config() { } var_append CC_WRAPPER_APPEND ' ' '-O0' +var_append CC_WRAPPER_REMOVE ' ' '-Werror' hook_add postmake 3 "install_init $pkg $confdir/$pkg.init" hook_add postmake 5 "inst_template_config"