components/python/python34/Makefile
branchs11-update
changeset 3783 9edbfb2ff34a
parent 3779 d01825f968e9
child 3784 d6eabdbf55cb
equal deleted inserted replaced
3782:689605272627 3783:9edbfb2ff34a
    99 CONFIGURE_OPTIONS  +=		--enable-shared
    99 CONFIGURE_OPTIONS  +=		--enable-shared
   100 CONFIGURE_OPTIONS  +=		--with-dtrace
   100 CONFIGURE_OPTIONS  +=		--with-dtrace
   101 CONFIGURE_OPTIONS  +=		--with-system-expat
   101 CONFIGURE_OPTIONS  +=		--with-system-expat
   102 CONFIGURE_OPTIONS  +=		--with-system-ffi
   102 CONFIGURE_OPTIONS  +=		--with-system-ffi
   103 CONFIGURE_OPTIONS  +=		--without-gcc
   103 CONFIGURE_OPTIONS  +=		--without-gcc
   104 # Building with pymalloc is the default, but that causes core dumps;
       
   105 # see http://bugs.python.org/issue21412 for details.
       
   106 CONFIGURE_OPTIONS  +=		--without-pymalloc
       
   107 CONFIGURE_OPTIONS  +=		--without-ensurepip
   104 CONFIGURE_OPTIONS  +=		--without-ensurepip
   108 CONFIGURE_OPTIONS  +=		--enable-ipv6
   105 CONFIGURE_OPTIONS  +=		--enable-ipv6
   109 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"
   106 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"
   110 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
   107 CONFIGURE_OPTIONS  +=		LDFLAGS="$(LDFLAGS)"
   111 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
   108 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"