diff -r cc71a31c59be -r 6f5b34e14c5c components/python/python34/Makefile --- a/components/python/python34/Makefile Tue Feb 10 11:59:45 2015 -0800 +++ b/components/python/python34/Makefile Tue Feb 10 09:31:36 2015 -0800 @@ -91,10 +91,6 @@ CFLAGS += -xO5 $(PYFLAGS.$(MACH)) LDFLAGS += -xO5 $(PYFLAGS.$(MACH)) -# add /usr/gnu/lib to the library search/run path -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