diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 13:38:24 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 13:38:24 +0000 |
commit | 66fe0d8e7fdf7ac665ed8d1facae3143aacf4de4 (patch) | |
tree | b314eac877ab59fd9a3b82154b8dc2c89ca9081a /recipes/postgresql/postgresql.inc | |
parent | c273263b147da671b5ee105eb85d4302daf33555 (diff) |
postgresql: use LDFLAGS for shared libs (fixes QA error)
Diffstat (limited to 'recipes/postgresql/postgresql.inc')
-rw-r--r-- | recipes/postgresql/postgresql.inc | 3 |
1 files changed, 3 insertions, 0 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() { |