All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1]apr-util: disable pqsql support to avoid configure error
@ 2011-08-05  1:52 Mei Lei
  2011-08-05  1:52 ` [PATCH 1/1] apr-util: " Mei Lei
  2011-08-10 23:28 ` [PATCH 0/1]apr-util: " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Mei Lei @ 2011-08-05  1:52 UTC (permalink / raw)
  To: openembedded-core

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 since commit 8a731122e7811275f20065ba27645b97fadf362d:
  Richard Purdie (1):
        eglibc: Fix patch merge breakage

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib lmei3/apr-util
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/apr-util

Mei Lei (1):
  apr-util: disable pqsql support to avoid configure error

 meta/recipes-support/apr/apr-util_1.3.12.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] apr-util: disable pqsql support to avoid configure error
  2011-08-05  1:52 [PATCH 0/1]apr-util: disable pqsql support to avoid configure error Mei Lei
@ 2011-08-05  1:52 ` Mei Lei
  2011-08-10 23:28 ` [PATCH 0/1]apr-util: " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Mei Lei @ 2011-08-05  1:52 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 meta/recipes-support/apr/apr-util_1.3.12.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb
index 6635202..800e67e 100644
--- a/meta/recipes-support/apr/apr-util_1.3.12.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.12.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
                     file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
            file://configfix.patch \
@@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241
 
 EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ 
 		--without-odbc \
+		--without-pgsql \
 		--with-dbm=gdbm \
 		--with-gdbm=${STAGING_DIR_HOST}${prefix} \
 		--without-sqlite2 \
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1]apr-util: disable pqsql support to avoid configure error
  2011-08-05  1:52 [PATCH 0/1]apr-util: disable pqsql support to avoid configure error Mei Lei
  2011-08-05  1:52 ` [PATCH 1/1] apr-util: " Mei Lei
@ 2011-08-10 23:28 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-08-10 23:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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.
>
> Thanks,
> Lei
>
> The following changes since commit 8a731122e7811275f20065ba27645b97fadf362d:
>    Richard Purdie (1):
>          eglibc: Fix patch merge breakage
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib lmei3/apr-util
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/apr-util
>
> Mei Lei (1):
>    apr-util: disable pqsql support to avoid configure error
>
>   meta/recipes-support/apr/apr-util_1.3.12.bb |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged to OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-10 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05  1:52 [PATCH 0/1]apr-util: disable pqsql support to avoid configure error Mei Lei
2011-08-05  1:52 ` [PATCH 1/1] apr-util: " Mei Lei
2011-08-10 23:28 ` [PATCH 0/1]apr-util: " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.