equal
deleted
inserted
replaced
43 CONFIGURE_OPTIONS += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)" |
43 CONFIGURE_OPTIONS += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)" |
44 CONFIGURE_OPTIONS += --with-kerberos5 |
44 CONFIGURE_OPTIONS += --with-kerberos5 |
45 CONFIGURE_OPTIONS += --with-ssl |
45 CONFIGURE_OPTIONS += --with-ssl |
46 CONFIGURE_OPTIONS += --enable-NTLM |
46 CONFIGURE_OPTIONS += --enable-NTLM |
47 |
47 |
|
48 # We don't have any .so files, so we want to ship the .py and .pyc files in |
|
49 # the same place as we would for 32-bit. |
|
50 PYTHON_VENDOR_PACKAGES.64 = $(PYTHON_VENDOR_PACKAGES.32) |
|
51 |
48 ASLR_MODE = $(ASLR_ENABLE) |
52 ASLR_MODE = $(ASLR_ENABLE) |
49 |
53 |
|
54 COMPONENT_POST_INSTALL_ACTION = \ |
|
55 $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES) |
|
56 |
50 # common targets |
57 # common targets |
51 build: $(BUILD_32) |
58 build: $(BUILD_64) |
52 |
59 |
53 install: $(INSTALL_32) |
60 install: $(INSTALL_64) |
54 |
61 |
55 test: $(TEST_32) |
62 test: $(TEST_64) |
56 |
63 |
57 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
64 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
58 |
65 |
59 include ../../make-rules/depend.mk |
66 include ../../make-rules/depend.mk |