comparison x11/libxpm/libxpm.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
46 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
47 ./configure \ 47 ./configure \
48 --build=$CBUILD \ 48 --build=$CBUILD \
49 --host=$CHOST \ 49 --host=$CHOST \
50 --target=$CTARGET \ 50 --target=$CTARGET \
51 --prefix=/ \ 51 --prefix= \
52 --disable-static \ 52 --disable-static \
53 --enable-shared 53 --enable-shared
54 make 54 make
55 make install DESTDIR=$DESTDIR 55 make install DESTDIR=$DESTDIR
56 rm -f $DESTDIR/lib/libXpm.la 56 rm -f $DESTDIR/lib/libXpm.la