mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
open-vm-tools: alternate bump fix, just remove existing libs to avoid linking against them
This commit is contained in:
parent
a8894005ce
commit
ab3cda9796
@ -32,9 +32,11 @@ post_unpack() {
|
|||||||
mv $PKG_BUILD/$PKG_NAME/* $PKG_BUILD/
|
mv $PKG_BUILD/$PKG_NAME/* $PKG_BUILD/
|
||||||
|
|
||||||
sed -e 's|.*common-agent/etc/config/Makefile.*||' -i $PKG_BUILD/configure.ac
|
sed -e 's|.*common-agent/etc/config/Makefile.*||' -i $PKG_BUILD/configure.ac
|
||||||
sed -e "s|libvmbackup_la_LIBADD =$|libvmbackup_la_LIBADD = -L$PKG_BUILD/.$TARGET_NAME/libvmtools/.libs|g" -i $PKG_BUILD/services/plugins/vmbackup/Makefile.am
|
|
||||||
|
|
||||||
mkdir -p $PKG_BUILD/common-agent/etc/config
|
mkdir -p $PKG_BUILD/common-agent/etc/config
|
||||||
|
|
||||||
|
# Hack to allow package to be bumped without linking against old libraries
|
||||||
|
rm -f ${SYSROOT_PREFIX}/usr/lib/libvmtools*
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user