projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ec658
)
Fix e2fsprogs build error with new glibc
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 6 Oct 2014 23:26:18 +0000
(19:26 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:19 +0000
(23:44 -0500)
stage1/hv-install-2
patch
|
blob
|
history
diff --git
a/stage1/hv-install-2
b/stage1/hv-install-2
index
1411a4e
..
875030f
100755
(executable)
--- a/
stage1/hv-install-2
+++ b/
stage1/hv-install-2
@@
-60,7
+60,8
@@
PKG_CONFIG=true \
ipkg ${SHADOW} "\
--sysconfdir=/etc \
--cache-file=config.cache"
-ipkg ${E2FSPROGS}
+LDFLAGS="-Wl,-lpthread,-ldl" \
+ ipkg ${E2FSPROGS}
ipkg -m noac ${SYSVINIT}
ipkg ${KMOD}
ipkg ${EUDEV}