diff -r 3ede7a3f6483 -r adf3ab1a234a components/python/python27/Makefile --- 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