comparison mate/libmatemixer/libmatemixer.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 263706a69f92
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
57 LDFLAGS="$LDFLAGS" \ 57 LDFLAGS="$LDFLAGS" \
58 LIBS="$LIBS" \ 58 LIBS="$LIBS" \
59 ./configure \ 59 ./configure \
60 --build=$CBUILD \ 60 --build=$CBUILD \
61 --host=$CHOST \ 61 --host=$CHOST \
62 --prefix=/ \ 62 --prefix= \
63 --disable-static \ 63 --disable-static \
64 --enable-shared \ 64 --enable-shared \
65 $with_alsa \ 65 $with_alsa \
66 $with_pulseaudio 66 $with_pulseaudio
67 make 67 make