From 0668e04ded39bd54b3ed8c435ec1cb07979e79a3 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 19 Apr 2010 03:45:52 +0000 Subject: [PATCH] Add an LDFLAGS argument to the python-2.6.5 build instructions so it can find libs like readline. --- dev-lang/python/python-2.6.5.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-2.6.5.bep b/dev-lang/python/python-2.6.5.bep index 22d7ebb49..7a1b2b909 100644 --- a/dev-lang/python/python-2.6.5.bep +++ b/dev-lang/python/python-2.6.5.bep @@ -13,7 +13,7 @@ BUILD { libtoolize --force --copy --install aclocal autoconf - ./configure --prefix=/boot/common --enable-shared CFLAGS=-I/boot/develop/headers/3rdparty + ./configure --prefix=/boot/common --enable-shared LDFLAGS=-L/boot/common/lib CFLAGS=-I/boot/develop/headers/3rdparty make }