]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/site/common: Globally disable rpath option for all gettext packages
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jul 2010 09:34:51 +0000 (10:34 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jul 2010 09:34:51 +0000 (10:34 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/site/common

index e2dd4b57f7d0478752618e61831d0e7b8815041a..631be4fa06451aa32c398e84ea765229789dad14 100644 (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}