comparison audio/libvorbis/libvorbis.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 034a2a62a9f8
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --disable-static \
47 --enable-shared \ 46 --enable-shared \
48 --prefix= 47 --prefix=
49 make 48 make
50 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME 49 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME
51 rm -f $DESTDIR/lib/libvorbis*.la 50 rm -f $DESTDIR/lib/libvorbis*.la