mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libdnet: fix build out of source
This commit is contained in:
parent
2a8448beb8
commit
e5ad0dbcfc
@ -35,3 +35,12 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_strlcat=no \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-python"
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS+=" -I$PKG_BUILD/include"
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
cp $SYSROOT_PREFIX/usr/bin/dnet-config \
|
||||
$TOOLCHAIN/bin/dnet-config
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user