diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 23:45:15 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-08 23:47:05 +0100 |
commit | ee4fc429083d4aececa50d3f1e7cf223601a9653 (patch) | |
tree | faaf950f2d6981a2123961ba86705036e707f15f /meta | |
parent | 4e3cb2adf518240d11d6c149dea075be086aeda1 (diff) | |
download | poky-ee4fc429083d4aececa50d3f1e7cf223601a9653.tar.gz |
Revert "meta/site/common: Globally disable rpath option for all gettext packages"
This reverts commit da9f079481ed65d541cf5b95b47b3b1db6d79c5e which turned out to
cause more problem that it fixed with libtool failures of:
| i586-poky-linux-libtool: link: unsupported hardcode properties
| i586-poky-linux-libtool: link: See the libtool documentation for more information.
| i586-poky-linux-libtool: link: Fatal configuration error.
as the hardcoded test result breaks libtool internal assumptions about linking on
Linux.
Diffstat (limited to 'meta')
-rw-r--r-- | meta/site/common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/common b/meta/site/common index 631be4fa06..e2dd4b57f7 100644 --- a/meta/site/common +++ b/meta/site/common | |||
@@ -7,6 +7,3 @@ 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} | ||