git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8c536
)
Change the way glibc alters the do_compile step, to ensure that things dont leak...
author
Chris Larson
<clarson@kergoth.com>
Fri, 16 Apr 2004 21:24:38 +0000
(21:24 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 16 Apr 2004 21:24:38 +0000
(21:24 +0000)
BKrev: 40804f16QDSWO-vRXZcq0wf_xChW1g
glibc/glibc_2.3.2.oe
patch
|
blob
|
history
diff --git
a/glibc/glibc_2.3.2.oe
b/glibc/glibc_2.3.2.oe
index
9f88d1a
..
c0e8403
100644
(file)
--- a/
glibc/glibc_2.3.2.oe
+++ b/
glibc/glibc_2.3.2.oe
@@
-131,15
+131,13
@@
do_configure () {
CPPFLAGS="" oe_runconf
}
-do_compile_prepend() {
- touch sysdeps/${TARGET_ARCH}/framestate.c
-}
-
rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \
yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \
rusers.x spray.x nfs_prot.x rquota.x key_prot.x"
-do_compile_append() {
+do_compile () {
+ touch sysdeps/${TARGET_ARCH}/framestate.c
+ autotools_do_compile
(
cd ${S}/sunrpc/rpcsvc
for r in ${rpcsvc}; do