diff options
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() { |