makefile.mk (567f0862) makefile.mk (cc8a1405)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 28 unchanged lines hidden (view full) ---

37 @echo "Therefore the version provided here does not need to be built in addition."
38.ENDIF
39
40
41# --- Files --------------------------------------------------------
42
43
44TARFILE_NAME=Python-$(PYVERSION)
45TARFILE_MD5=cee2e4b33ad3750da77b2e85f2f8b724
45TARFILE_MD5=045fb3440219a1f6923fefdabde63342
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch

--- 37 unchanged lines hidden (view full) ---

91CONFIGURE_ACTION += --disable-ipv6
92.ENDIF
93BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) && $(GNUMAKE) install && chmod -R ug+w $(MYCWD)/python-inst && chmod g+w Include
94.ELSE
95# ----------------------------------
96# WINDOWS
97# ----------------------------------
98.IF "$(COM)"=="GCC"
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch

--- 37 unchanged lines hidden (view full) ---

91CONFIGURE_ACTION += --disable-ipv6
92.ENDIF
93BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) && $(GNUMAKE) install && chmod -R ug+w $(MYCWD)/python-inst && chmod g+w Include
94.ELSE
95# ----------------------------------
96# WINDOWS
97# ----------------------------------
98.IF "$(COM)"=="GCC"
99PATCH_FILES=python-$(PYVERSION)-mingw.patch
99#PATCH_FILES=python-$(PYVERSION)-mingw.patch
100BUILD_DIR=
101MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build
102python_CFLAGS=-mno-cygwin -mthreads
103python_LDFLAGS=-mno-cygwin -mthreads
104.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
105python_LDFLAGS+=-shared-libgcc
106.ENDIF
107python_LDFLAGS+=-shared-libgcc -Wl,--enable-runtime-pseudo-reloc-v2

--- 63 unchanged lines hidden ---
100BUILD_DIR=
101MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build
102python_CFLAGS=-mno-cygwin -mthreads
103python_LDFLAGS=-mno-cygwin -mthreads
104.IF "$(MINGW_SHARED_GCCLIB)"=="YES"
105python_LDFLAGS+=-shared-libgcc
106.ENDIF
107python_LDFLAGS+=-shared-libgcc -Wl,--enable-runtime-pseudo-reloc-v2

--- 63 unchanged lines hidden ---