From: Hugo Villeneuve Date: Mon, 6 Oct 2014 23:26:18 +0000 (-0400) Subject: Fix e2fsprogs build error with new glibc X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=4c232a509a88a1e99b3d5d1ae1b24a7fc30f8c9c;p=hvlinux.git Fix e2fsprogs build error with new glibc --- diff --git a/stage1/hv-install-2 b/stage1/hv-install-2 index 1411a4e..875030f 100755 --- 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}