comparison x11/libxvmc/libxvmc.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents cacbd9d3d3a8
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
45 LDFLAGS="$LDFLAGS" \ 45 LDFLAGS="$LDFLAGS" \
46 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
47 ./configure \ 47 ./configure \
48 --build=$CBUILD \ 48 --build=$CBUILD \
49 --host=$CHOST \ 49 --host=$CHOST \
50 --prefix=/ \ 50 --prefix= \
51 --disable-static \ 51 --disable-static \
52 --enable-shared 52 --enable-shared
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
55 rm -f $DESTDIR/lib/libXvMC{,W}.la 55 rm -f $DESTDIR/lib/libXvMC{,W}.la