comparison lib/libnftnl/libnftnl.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
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 --prefix=/ \ 48 --prefix= \
49 --enable-shared \ 49 --enable-shared \
50 --disable-static 50 --disable-static
51 make 51 make
52 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
53 rm -f $DESTDIR/lib/libnftnl.la 53 rm -f $DESTDIR/lib/libnftnl.la