comparison x11/libxdmcp/libxdmcp.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
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 \
49 --enable-shared 48 --enable-shared
50 make 49 make
51 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/lib/libXdmcp.la 51 rm -f $DESTDIR/lib/libXdmcp.la
53 52