Hi,

Postgresql gives an error when built with jhalfs, while it does not, with the exact same instructions when built manually. The reason is that jhalfs calls each build script from a Makefile, so that MAKELEVEL is 1 when entering "make" after the configure phase... Some build systems (at least postgresql build system) implicitely suppose that make is called with MAKELEVEL unset. So for the time being, just edit the script and add unset MAKELEVEL.


Pierre

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to