comparison lib/libnftnl/libnftnl.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 8017138b628e
comparison
equal deleted inserted replaced
144:636e42cf3cd5 145:7c631ce1660f
43 LDFLAGS="$LDFLAGS" \ 43 LDFLAGS="$LDFLAGS" \
44 LIBS="$LIBS" \ 44 LIBS="$LIBS" \
45 ./configure \ 45 ./configure \
46 --build=$CBUILD \ 46 --build=$CBUILD \
47 --host=$CHOST \ 47 --host=$CHOST \
48 --target=$CTARGET \
49 --prefix=/usr \ 48 --prefix=/usr \
50 --enable-shared \ 49 --enable-shared \
51 --disable-static 50 --disable-static
52 make 51 make
53 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR