comparison lib/libevent/libevent.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 2929b2af4c15
children 59a2fa6992bc
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
55 --enable-shared \ 55 --enable-shared \
56 --disable-static \ 56 --disable-static \
57 $with_ssl 57 $with_ssl
58 make 58 make
59 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR
60 rm -f $DESTDIR/lib/libevent{_openssl,_extra,_pthreads,_core,}.la 60 rm -f $DESTDIR/lib/libevent*.la
61 61
62 cd .. 62 cd ..
63 rm -rf $PKGNAME-${PKGVERSION}-stable 63 rm -rf $PKGNAME-${PKGVERSION}-stable
64 } 64 }