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

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