comparison core/elfutils/elfutils.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 9de04ddc6f6d
children c7c11c87efd3
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
53 --prefix= \ 53 --prefix= \
54 --program-prefix="eu-" \ 54 --program-prefix="eu-" \
55 --disable-nls 55 --disable-nls
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR
58 rm -f $DESTDIR/lib/libasm.a
59 rm -f $DESTDIR/lib/libdw.a
60 rm -f $DESTDIR/lib/libebl.a
61 rm -f $DESTDIR/lib/libelf.a
62 58
63 cd .. 59 cd ..
64 rm -rf $PKGNAME-$PKGVERSION 60 rm -rf $PKGNAME-$PKGVERSION
65 } 61 }