From: Richard Purdie Date: Thu, 8 Jul 2010 09:34:51 +0000 (+0100) Subject: meta/site/common: Globally disable rpath option for all gettext packages X-Git-Tag: 2011-1~5365 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da9f079481ed65d541cf5b95b47b3b1db6d79c5e;p=openembedded-core.git meta/site/common: Globally disable rpath option for all gettext packages Signed-off-by: Richard Purdie --- diff --git a/meta/site/common b/meta/site/common index e2dd4b57f7..631be4fa06 100644 --- a/meta/site/common +++ b/meta/site/common @@ -7,3 +7,6 @@ ac_cv_file__dev_random=${ac_cv_file__dev_random=yes} # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. sudo_cv_func_unsetenv_void=no + +# Whether gettext macros should add rpath options +acl_cv_rpath=${acl_cv_rpath=no}