diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:39:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:39:36 +0200 |
commit | 230bf4be4a7d941a28f303fc30a372d1dae76afc (patch) | |
tree | 9b83890c3cb3153c6da37afd78d06703f5446978 | |
parent | 616a026e640dc5b322a3f4ba6f8de757f389f127 (diff) | |
parent | 66fe0d8e7fdf7ac665ed8d1facae3143aacf4de4 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
-rw-r--r-- | recipes/postgresql/postgresql.inc | 3 | ||||
-rw-r--r-- | recipes/postgresql/postgresql_8.1.4.bb | 2 | ||||
-rw-r--r-- | recipes/postgresql/postgresql_8.1.8.bb | 2 | ||||
-rw-r--r-- | recipes/postgresql/postgresql_8.2.4.bb | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc index da74516830..4a11e2a420 100644 --- a/recipes/postgresql/postgresql.inc +++ b/recipes/postgresql/postgresql.inc @@ -11,6 +11,9 @@ SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" LEAD_SONAME = "libpq.so" +# LDFLAGS for shared libraries +export LDFLAGS_SL = "${LDFLAGS}" + inherit autotools pkgconfig do_compile_append() { diff --git a/recipes/postgresql/postgresql_8.1.4.bb b/recipes/postgresql/postgresql_8.1.4.bb index cfb0162bb4..42ba3770ad 100644 --- a/recipes/postgresql/postgresql_8.1.4.bb +++ b/recipes/postgresql/postgresql_8.1.4.bb @@ -1,3 +1,3 @@ require postgresql.inc -PR = "r3" +PR = "r4" diff --git a/recipes/postgresql/postgresql_8.1.8.bb b/recipes/postgresql/postgresql_8.1.8.bb index cfb0162bb4..42ba3770ad 100644 --- a/recipes/postgresql/postgresql_8.1.8.bb +++ b/recipes/postgresql/postgresql_8.1.8.bb @@ -1,3 +1,3 @@ require postgresql.inc -PR = "r3" +PR = "r4" diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb index 9b60b2b6a7..7e2c370471 100644 --- a/recipes/postgresql/postgresql_8.2.4.bb +++ b/recipes/postgresql/postgresql_8.2.4.bb @@ -1,6 +1,6 @@ require postgresql.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \ |