comparison lib/libffi/libffi.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 59a2fa6992bc
children ddab65a5b3f5
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
53 --target=$CTARGET \ 53 --target=$CTARGET \
54 --prefix= \ 54 --prefix= \
55 --enable-shared 55 --enable-shared
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR
58 rm -f $DESTDIR/lib/libffi.la 58 find $DESTDIR -type f -name "*.la" -delete
59 59
60 cd .. 60 cd ..
61 rm -rf $PKGNAME-$PKGVERSION 61 rm -rf $PKGNAME-$PKGVERSION
62 } 62 }