mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libmicrohttpd: fix build after $PKG_NAME-config changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8b304cecab
commit
b3a4f43e3f
@ -35,7 +35,8 @@ PKG_AUTORECONF="yes"
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-curl \
|
--disable-curl \
|
||||||
--disable-https"
|
--disable-https \
|
||||||
|
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/bin
|
rm -rf $INSTALL/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user