comparison lib/libffi/libffi.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
47 LIBS="$LIBS" \ 47 LIBS="$LIBS" \
48 ./configure \ 48 ./configure \
49 --build=$CBUILD \ 49 --build=$CBUILD \
50 --host=$CHOST \ 50 --host=$CHOST \
51 --target=$CTARGET \ 51 --target=$CTARGET \
52 --prefix= \ 52 --prefix=/usr \
53 --enable-shared 53 --enable-shared
54 make 54 make
55 make install DESTDIR=$DESTDIR 55 make install DESTDIR=$DESTDIR
56 find $DESTDIR -type f -name "*.la" -delete 56 find $DESTDIR -type f -name "*.la" -delete
57 57