[oe-commits] Mario Domenech Goulart : -fPIC for libgpg-error's CFLAGS

git version control git at git.openembedded.org
Sun Jan 24 10:39:19 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: d8585092bbaff317d177d1da26187bd0aba285f5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d8585092bbaff317d177d1da26187bd0aba285f5

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Sun Jul 19 21:33:56 2009 +0000

-fPIC for libgpg-error's CFLAGS

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 recipes/libgpg-error/libgpg-error.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/libgpg-error/libgpg-error.inc b/recipes/libgpg-error/libgpg-error.inc
index 400c166..6b6249c 100644
--- a/recipes/libgpg-error/libgpg-error.inc
+++ b/recipes/libgpg-error/libgpg-error.inc
@@ -8,7 +8,7 @@ DEPENDS += "virtual/libiconv"
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
 	   file://pkgconfig.patch;patch=1"
 
-INC_PR = "r6"
+INC_PR = "r7"
 
 # move libgpg-error-config into -dev package
 FILES_${PN} = "${libdir}/lib*.so.*"
@@ -16,6 +16,8 @@ FILES_${PN}-dev += "${bindir}/*"
 
 inherit autotools binconfig pkgconfig gettext
 
+CFLAGS += "-fPIC"
+
 do_stage() {
 	oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
 	install -d ${STAGING_BINDIR_CROSS}/





More information about the Openembedded-commits mailing list