Hi Halton, Thanks for the review.
On Fri, 2009-12-04 at 14:28 +0800, Halton Huo wrote: > On Thu, 2009-12-03 at 23:36 +1300, Laszlo (Laca) Peter wrote: > > export CPPFLAGS="-D_LARGEFILE64_SOURCE `pkg-config --cflags libffi`" > > -export LDFLAGS="%_ldflags -L." > > +export LDFLAGS="%_ldflags -L. -L/usr/gnu/lib" > Just curious is not there any problem without -R/usr/gnu/lib? Very good point, but no, this is only for configure to find ncurses. The -R flag is added in setup.py. I should add a comment in the spec file to explain this. Laca
