7156849 Some Python components should adjust their Makefiles once CR #7155361 integrates and is in the CBE
authorRich Burridge <rich.burridge@oracle.com>
Mon, 18 Jun 2012 09:57:40 -0700
changeset 873 eacbe16b1cd9
parent 872 4ce8edeb91bf
child 874 cef42778dd8b
7156849 Some Python components should adjust their Makefiles once CR #7155361 integrates and is in the CBE
components/python/jsonrpclib/Makefile
components/python/m2crypto/Makefile
components/python/pycups/Makefile
components/python/pycurl/Makefile
components/python/pylxml/Makefile
components/python/pyopenssl/Makefile
--- a/components/python/jsonrpclib/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/jsonrpclib/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -38,9 +38,6 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/m2crypto/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/m2crypto/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -37,9 +37,6 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pycups/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/pycups/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -40,9 +40,6 @@
 # pycups requires VERSION to be defined. Originally set in the package Makefile
 CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pycurl/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/pycurl/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -41,9 +41,6 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # to make sure that the docs get installed in the right place.
 PYTHON_DATA = /usr
 
--- a/components/python/pylxml/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/pylxml/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -39,9 +39,6 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # common targets
 build:		$(BUILD_32_and_64)
 
--- a/components/python/pyopenssl/Makefile	Mon Jun 18 09:50:24 2012 -0700
+++ b/components/python/pyopenssl/Makefile	Mon Jun 18 09:57:40 2012 -0700
@@ -37,9 +37,6 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# build modules PIC (needed for Python 2.7)
-CFLAGS += $(CC_PIC)
-
 # common targets
 build:		$(BUILD_32_and_64)