comparison print/cups/cups.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 98351d3f57eb
children fdac78a6d06e
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
77 ./configure \ 77 ./configure \
78 --build=$CBUILD \ 78 --build=$CBUILD \
79 --host=$CHOST \ 79 --host=$CHOST \
80 --prefix= \ 80 --prefix= \
81 --sbindir=/bin \ 81 --sbindir=/bin \
82 --disable-static \
83 --disable-systemd \ 82 --disable-systemd \
84 --enable-shared \ 83 --enable-shared \
85 --without-rcdir \ 84 --without-rcdir \
86 --with-cups-user=lp \ 85 --with-cups-user=lp \
87 --with-cups-group=lp \ 86 --with-cups-group=lp \