comparison core/eudev/eudev.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
46 --build=$CBUILD \ 46 --build=$CBUILD \
47 --host=$CHOST \ 47 --host=$CHOST \
48 --prefix= \ 48 --prefix= \
49 --sbindir=/bin \ 49 --sbindir=/bin \
50 --disable-selinux \ 50 --disable-selinux \
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/libudev.la 54 rm -f $DESTDIR/lib/libudev.la
56 install -Dm0755 ../udevd $DESTDIR/etc/rc.d/udevd 55 install -Dm0755 ../udevd $DESTDIR/etc/rc.d/udevd