Fix e2fsprogs build error with new glibc
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 6 Oct 2014 23:26:18 +0000 (19:26 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:19 +0000 (23:44 -0500)
stage1/hv-install-2

index 1411a4e..875030f 100755 (executable)
@@ -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}