summaryrefslogtreecommitdiff
path: root/glibc/glibc_cvs.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
commit05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch)
treec8b62a83bd00428a78e1f6c8458637b60e7c1721 /glibc/glibc_cvs.oe
parent8925b1cf39a96675561800611acaeb264d90ccf4 (diff)
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'glibc/glibc_cvs.oe')
-rw-r--r--glibc/glibc_cvs.oe1
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe
index f6bd42006d..39d3983836 100644
--- a/glibc/glibc_cvs.oe
+++ b/glibc/glibc_cvs.oe
@@ -103,6 +103,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
+ (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
CPPFLAGS="" oe_runconf
}