diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 08:22:09 +0000 |
commit | 05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch) | |
tree | c8b62a83bd00428a78e1f6c8458637b60e7c1721 /glibc/glibc_2.3.2.oe | |
parent | 8925b1cf39a96675561800611acaeb264d90ccf4 (diff) |
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'glibc/glibc_2.3.2.oe')
-rw-r--r-- | glibc/glibc_2.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 3afe5efec4..a103e89449 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -151,7 +151,7 @@ do_configure () { # calls for now # don't pass CPPFLAGS into configure, since it upsets the kernel-headers # version check and doesn't really help with anything - gnu-configize + (cd ${S} && gnu-configize) || die "failure in running gnu-configize" CPPFLAGS="" oe_runconf } |