comparison x11/libxpresent/libxpresent.sh @ 745:59a2fa6992bc

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