components/python/python27/Makefile
changeset 6903 9681a8af4330
parent 6552 402379bc1b60
child 7095 6469e6424607
equal deleted inserted replaced
6902:f851e05a0783 6903:9681a8af4330
    50 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
    50 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
    51 
    51 
    52 # We patch auto* files, so regenerate headers and configure
    52 # We patch auto* files, so regenerate headers and configure
    53 COMPONENT_PREP_ACTION = (cd $(@D) ; autoheader ; autoconf -f)
    53 COMPONENT_PREP_ACTION = (cd $(@D) ; autoheader ; autoconf -f)
    54 
    54 
    55 C99MODE=
    55 studio_C99MODE= $(studio_C99_ENABLE)
       
    56 CFLAGS += $(XPG6MODE)
       
    57 
    56 CPPFLAGS +=	-IPython
    58 CPPFLAGS +=	-IPython
    57 
    59 
    58 # to find the ncurses headers
    60 # to find the ncurses headers
    59 CPPFLAGS +=	-I/usr/include/ncurses
    61 CPPFLAGS +=	-I/usr/include/ncurses
    60 # enable large files how they did in JDS
    62 # enable large files how they did in JDS