All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] -fPIC for libgpg-error's CFLAGS
@ 2009-07-19 22:33 Otavio Salvador
  2009-07-19 22:33 ` [PATCH 2/3] uClibc: use __always_inline instead of __inline__ Otavio Salvador
  2009-08-09 13:23 ` [PATCH 1/3] -fPIC for libgpg-error's CFLAGS Holger Hans Peter Freyther
  0 siblings, 2 replies; 13+ messages in thread
From: Otavio Salvador @ 2009-07-19 22:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

From: Mario Domenech Goulart <mario@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@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}/
-- 
1.6.3.3.385.g60647




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-08-13 12:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19 22:33 [PATCH 1/3] -fPIC for libgpg-error's CFLAGS Otavio Salvador
2009-07-19 22:33 ` [PATCH 2/3] uClibc: use __always_inline instead of __inline__ Otavio Salvador
2009-07-19 22:33   ` [PATCH 3/3] Avoids overwriting Python's built-in `str' in get_devtable_list Otavio Salvador
2009-08-11  3:00     ` Holger Hans Peter Freyther
2009-07-19 23:03   ` [PATCH 2/3] uClibc: use __always_inline instead of __inline__ Khem Raj
2009-08-11  3:01   ` Holger Hans Peter Freyther
2009-08-11  8:09     ` Khem Raj
2009-08-11  9:11       ` GNUtoo
2009-08-11  9:51     ` Phil Blundell
2009-08-12  0:15       ` Khem Raj
2009-08-13 12:16         ` Mario Domenech Goulart
2009-08-13 12:41           ` Holger Hans Peter Freyther
2009-08-09 13:23 ` [PATCH 1/3] -fPIC for libgpg-error's CFLAGS Holger Hans Peter Freyther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.