components/python/pycups/Makefile
changeset 873 eacbe16b1cd9
parent 800 2ad056ed89ec
child 1058 34d7aaa03423
--- 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)