comparison lib/libffi/libffi.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents eec0faf3636c
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
49 LIBS="$LIBS" \ 49 LIBS="$LIBS" \
50 ./configure \ 50 ./configure \
51 --build=$CBUILD \ 51 --build=$CBUILD \
52 --host=$CHOST \ 52 --host=$CHOST \
53 --target=$CTARGET \ 53 --target=$CTARGET \
54 --prefix=/ \ 54 --prefix= \
55 --disable-static \ 55 --disable-static \
56 --enable-shared 56 --enable-shared
57 make 57 make
58 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
59 rm -f $DESTDIR/lib/libffi.la 59 rm -f $DESTDIR/lib/libffi.la