Re: [OE-core] [PATCH 0/1]apr-util: disable pqsql support to avoid configure error

2011-08-10 Thread Saul Wold
On 08/04/2011 06:52 PM, Mei Lei wrote: The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes.

[OE-core] [PATCH 0/1]apr-util: disable pqsql support to avoid configure error

2011-08-04 Thread Mei Lei
The pqsql config script will check host path and add host paths to compiler and linker options: adding "-I/usr/include/postgresql" to CPPFLAGS adding "-L/usr/lib" to LDFLAGS Disable pqsql support since we didn't use this feature in other recipes. Thanks, Lei The following changes si