comparison x11/libxdmcp/libxdmcp.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
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --target=$CTARGET \ 46 --target=$CTARGET \
47 --prefix=/ \ 47 --prefix= \
48 --disable-static \ 48 --disable-static \
49 --enable-shared 49 --enable-shared
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/lib/libXdmcp.la 52 rm -f $DESTDIR/lib/libXdmcp.la