Add ${ROOTFS}/usr/lib in which libppl_c.so.4 is located. Signed-off-by: Chen Baozi <baozich@xxxxxxxxx> --- stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1 b/stage1 index fe0fc8d..370a38e 100755 --- a/stage1 +++ b/stage1 @@ -724,7 +724,7 @@ fi srpm cloog mcd $BUILDDIR/t-cloog $SRC/cloog-*/configure $TCONFIGARGS --with-ppl - make $J LDADD="-rpath ${ROOTFS}/lib -lcloog" + make $J LDADD="-rpath '${ROOTFS}/lib:${ROOTFS}/usr/lib' -lcloog" make $J install DESTDIR=${ROOTFS} fix_la cloog ;; -- 1.7.11.7 _______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm