diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 10:34:51 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 10:34:51 +0100 |
| commit | da9f079481ed65d541cf5b95b47b3b1db6d79c5e (patch) | |
| tree | f10f9f2257e18a43b0414028a9e39793fb1a2101 | |
| parent | b44d32ef41eff9a0a1e36865e29ad223c33d8a1e (diff) | |
| download | poky-da9f079481ed65d541cf5b95b47b3b1db6d79c5e.tar.gz | |
meta/site/common: Globally disable rpath option for all gettext packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/site/common | 3 |
1 files changed, 3 insertions, 0 deletions
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} | |||
| 7 | # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with | 7 | # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with |
| 8 | # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. | 8 | # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream. |
| 9 | sudo_cv_func_unsetenv_void=no | 9 | sudo_cv_func_unsetenv_void=no |
| 10 | |||
| 11 | # Whether gettext macros should add rpath options | ||
| 12 | acl_cv_rpath=${acl_cv_rpath=no} | ||
