comparison lib/libcddb/libcddb.sh @ 145:7c631ce1660f

vanilla: remove useless --target
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 20:30:00 +0100
parents ef65bd5eb573
children 9e95fda0e5c6
comparison
equal deleted inserted replaced
144:636e42cf3cd5 145:7c631ce1660f
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --target=$CTARGET \
46 --prefix=/usr \ 45 --prefix=/usr \
47 --enable-shared \ 46 --enable-shared \
48 --disable-static 47 --disable-static
49 make 48 make
50 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR