comparison multimedia/libbluray/libbluray.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents c0553584950e
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
66 LDFLAGS="$LDFLAGS" \ 66 LDFLAGS="$LDFLAGS" \
67 LIBS="$LIBS" \ 67 LIBS="$LIBS" \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix=/ \ 71 --prefix= \
72 --disable-bdjava-jar \ 72 --disable-bdjava-jar \
73 --enable-shared \ 73 --enable-shared \
74 --disable-static \ 74 --disable-static \
75 $with_fontconfig \ 75 $with_fontconfig \
76 $with_freetype \ 76 $with_freetype \