components/gnome/glib2/Makefile
changeset 6281 801ca85e3dc9
parent 6102 9ebad09455ea
child 7527 352b7a456c30
equal deleted inserted replaced
6280:203b97a7f889 6281:801ca85e3dc9
    45 COMPONENT_PREP_ACTION += ( cd $(@D); NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
    45 COMPONENT_PREP_ACTION += ( cd $(@D); NOCONFIGURE=1 $(CONFIG_SHELL) autogen.sh );
    46 
    46 
    47 CFLAGS += $(CPP_XPG6MODE)
    47 CFLAGS += $(CPP_XPG6MODE)
    48 CFLAGS.gcc += -std=gnu11
    48 CFLAGS.gcc += -std=gnu11
    49 CFLAGS.studio += -std=c11 -xlang=c11
    49 CFLAGS.studio += -std=c11 -xlang=c11
       
    50 
       
    51 # using the setting from shared-macros.mk results in 23665701
       
    52 # overriding it here till we can get gdm rebuilt
       
    53 gcc_STACK_ALIGN.i386.32 =
    50 
    54 
    51 # Disabled by default (temporarily disabled here because it significantly
    55 # Disabled by default (temporarily disabled here because it significantly
    52 # increases build time).
    56 # increases build time).
    53 CONFIGURE_OPTIONS += --disable-gtk-doc
    57 CONFIGURE_OPTIONS += --disable-gtk-doc
    54 
    58