Add an LDFLAGS argument to the python-2.6.5 build instructions so it can find libs like readline.

This commit is contained in:
Chris Roberts
2010-04-19 03:45:52 +00:00
parent 4df89186c3
commit 0668e04ded

View File

@@ -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
}