comparison lib/libevent/libevent.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --prefix=/usr \ 54 --prefix=/ \
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/usr/lib/libevent{_openssl,_extra,_pthreads,_core,}.la 60 rm -f $DESTDIR/lib/libevent{_openssl,_extra,_pthreads,_core,}.la
61 61
62 popd 62 popd
63 rm -rf $PKGNAME-${PKGVERSION}-stable 63 rm -rf $PKGNAME-${PKGVERSION}-stable
64 } 64 }