meta/site/common: Globally disable rpath option for all gettext packages

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-07-08 10:34:51 +01:00
parent b44d32ef41
commit da9f079481
1 changed files with 3 additions and 0 deletions

View File

@ -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}