comparison audio/libvorbis/libvorbis.sh @ 549:bad483aace64

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