Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393139 | Differences between
and this patch

Collapse All | Expand All

(-)src/config/makefile.h (-2 / +2 lines)
Lines 2174-2182 Link Here
2174
endif
2174
endif
2175
###### !!!! Turning this off since lib64 doesnot seem like a standard!!!! ######
2175
###### !!!! Turning this off since lib64 doesnot seem like a standard!!!! ######
2176
ifdef USE_PYTHON64
2176
ifdef USE_PYTHON64
2177
 CORE_LIBS += $(PYTHONHOME)/lib64/python$(PYTHONVERSION)/config/libpython$(PYTHONVERSION).a
2177
 CORE_LIBS += $(PYTHONHOME)/lib/libpython$(PYTHONVERSION).a
2178
else
2178
else
2179
 CORE_LIBS += $(PYTHONHOME)/lib/python$(PYTHONVERSION)/config/libpython$(PYTHONVERSION).a
2179
 CORE_LIBS += $(PYTHONHOME)/lib/libpython$(PYTHONVERSION).a
2180
endif
2180
endif
2181
2181
2182
endif
2182
endif

Return to bug 393139