components/python/python34/Makefile
changeset 6552 402379bc1b60
parent 6446 b54de573b4e9
child 6903 9681a8af4330
equal deleted inserted replaced
6551:ed4d06e2fe03 6552:402379bc1b60
   132 COMPONENT_PUBLISH_ENV  +=	LC_ALL=en_US.UTF-8
   132 COMPONENT_PUBLISH_ENV  +=	LC_ALL=en_US.UTF-8
   133 
   133 
   134 # 64 bit shared objects need to go in a 64-bit directory
   134 # 64 bit shared objects need to go in a 64-bit directory
   135 COMPONENT_INSTALL_ARGS.64 += DESTSHARED=$(CONFIGURE_PREFIX)/lib/python3.4/lib-dynload
   135 COMPONENT_INSTALL_ARGS.64 += DESTSHARED=$(CONFIGURE_PREFIX)/lib/python3.4/lib-dynload
   136 
   136 
   137 ASLR_MODE = $(ASLR_ENABLE)
       
   138 
       
   139 # Simplify the definitions of CC, CXX, CFLAGS and LDFLAGS so they hard-code
   137 # Simplify the definitions of CC, CXX, CFLAGS and LDFLAGS so they hard-code
   140 # neither paths from our build systems nor Studio-specific options.
   138 # neither paths from our build systems nor Studio-specific options.
   141 COMPONENT_PRE_INSTALL_ACTION= \
   139 COMPONENT_PRE_INSTALL_ACTION= \
   142     (cd $(@D) ; \
   140     (cd $(@D) ; \
   143      $(GSED) -i -e 's/^CC=.*/CC=\t\tcc/' -e 's/^CXX=.*/CXX=\t\tCC/' \
   141      $(GSED) -i -e 's/^CC=.*/CC=\t\tcc/' -e 's/^CXX=.*/CXX=\t\tCC/' \