diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-06 01:19:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-06 01:19:09 -0700 |
commit | 2efe9d2d019f9c0ef9587ebbc21ff22f5de12f58 (patch) | |
tree | 8b3e7e6c30b2456ec0b55535540e3291d913156f /recipes/libiconv/libiconv.inc | |
parent | 6be330e09aac5d92468ddb89eba9e394bd9cdc77 (diff) |
libiconv: inherit gettext
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libiconv/libiconv.inc')
-rw-r--r-- | recipes/libiconv/libiconv.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libiconv/libiconv.inc b/recipes/libiconv/libiconv.inc index c8bc290a25..911bb641a9 100644 --- a/recipes/libiconv/libiconv.inc +++ b/recipes/libiconv/libiconv.inc @@ -11,7 +11,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \ S = "${WORKDIR}/libiconv-${PV}" -inherit autotools +inherit autotools gettext EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable --disable-rpath" |