Add a workaround to try to fix GOA module build in gnome-apps-nightly.
This commit is contained in:
parent
6cb32164bb
commit
11d0b1295d
1 changed files with 8 additions and 1 deletions
|
|
@ -80,7 +80,14 @@
|
|||
"config-opts": [
|
||||
"--disable-telepathy",
|
||||
"--disable-documentation",
|
||||
"--disable-backend"
|
||||
"--disable-backend",
|
||||
/* Enabling debug via configure causes both -g and -O0
|
||||
to be set, which is bad since the former is
|
||||
redundant with our build-options above, and the
|
||||
latter conflicts with both the build options and
|
||||
with whatever is causing FORTIFY_SOURCE to be
|
||||
set. So disable debug instead. */
|
||||
"--enable-debug=no"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue