projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40cf9d
)
Add glibc options comments
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 4 Oct 2014 03:09:51 +0000
(23:09 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 27 Nov 2014 23:33:55 +0000
(18:33 -0500)
stage0/pkg/eglibc
patch
|
blob
|
history
diff --git
a/stage0/pkg/eglibc
b/stage0/pkg/eglibc
index
d86bf1a
..
3dde496
100644
(file)
--- a/
stage0/pkg/eglibc
+++ b/
stage0/pkg/eglibc
@@
-7,6
+7,11
@@
hvconfig_pre()
export AR="${CLFS_TARGET}-ar"
export RANLIB="${CLFS_TARGET}-ranlib"
+ # --with-headers
+ # tells GLIBC where the Linux kernel headers are installed.
+ # --enable-obsolete-rpc
+ # install rpc headers that are not installed by default but may be
+ # needed by other packages.
CONFIGURE_OPTS="\
--prefix=/tools \
--host=${CLFS_TARGET} \