components/python/python27/Makefile
changeset 3759 6f5b34e14c5c
parent 3747 d2f2bcf116e8
child 3817 30b42c38bbc4
--- a/components/python/python27/Makefile	Tue Feb 10 11:59:45 2015 -0800
+++ b/components/python/python27/Makefile	Tue Feb 10 09:31:36 2015 -0800
@@ -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