postgresql: use LDFLAGS for shared libs (fixes QA error)
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 13:38:24 +0000 (13:38 +0000)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 6 Apr 2009 13:38:24 +0000 (13:38 +0000)
recipes/postgresql/postgresql.inc
recipes/postgresql/postgresql_8.1.4.bb
recipes/postgresql/postgresql_8.1.8.bb
recipes/postgresql/postgresql_8.2.4.bb

index da74516..4a11e2a 100644 (file)
@@ -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() {
index 9b60b2b..7e2c370 100644 (file)
@@ -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 \