components/python/python27/Makefile
branchs11-update
changeset 3978 adf3ab1a234a
parent 3795 cfd59dfe98a2
child 3980 a5c4d6759ee0
--- a/components/python/python27/Makefile	Thu Mar 19 09:45:43 2015 -0700
+++ b/components/python/python27/Makefile	Mon Mar 16 13:00:40 2015 -0700
@@ -85,11 +85,6 @@
 CFLAGS += -xO5 $(PYFLAGS.$(MACH))
 LDFLAGS += -xO5 $(PYFLAGS.$(MACH))
 
-# add /usr/gnu/lib to the library search/run path
-LDFLAGS.32 = -R/usr/gnu/lib -L/usr/gnu/lib
-LDFLAGS.64 = -R/usr/gnu/lib/$(MACH64) -L/usr/gnu/lib/$(MACH64)
-LDFLAGS += $(LDFLAGS.$(BITS))
-
 # Python puts its header files in a special place.
 LINT_FLAGS +=	-I$(SOURCE_DIR)/Include