mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libevent: build as static library
This commit is contained in:
parent
5b1b1d81da
commit
693aaeb234
@ -30,6 +30,3 @@ mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/web
|
|||||||
cp -R $PKG_BUILD/web/* $ADDON_BUILD/$PKG_ADDON_ID/web
|
cp -R $PKG_BUILD/web/* $ADDON_BUILD/$PKG_ADDON_ID/web
|
||||||
find $ADDON_BUILD/$PKG_ADDON_ID/web -name "Makefile*" -exec rm -rf {} ";"
|
find $ADDON_BUILD/$PKG_ADDON_ID/web -name "Makefile*" -exec rm -rf {} ";"
|
||||||
rm -rf $ADDON_BUILD/$PKG_ADDON_ID/web/LICENSE
|
rm -rf $ADDON_BUILD/$PKG_ADDON_ID/web/LICENSE
|
||||||
|
|
||||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib
|
|
||||||
cp $BUILD/libevent-[0-9]*/.libs/libevent*.so* $ADDON_BUILD/$PKG_ADDON_ID/lib
|
|
||||||
|
@ -29,8 +29,8 @@ cd $PKG_BUILD
|
|||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
--enable-shared \
|
--disable-shared \
|
||||||
--disable-static \
|
--enable-static \
|
||||||
--enable-openssl
|
--enable-openssl
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user