mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
open-vm-tools: alternate bump fix, just remove existing libs to avoid linking against them
This commit is contained in:
@@ -32,9 +32,11 @@ post_unpack() {
|
||||
mv $PKG_BUILD/$PKG_NAME/* $PKG_BUILD/
|
||||
|
||||
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
|
||||
|
||||
# Hack to allow package to be bumped without linking against old libraries
|
||||
rm -f ${SYSROOT_PREFIX}/usr/lib/libvmtools*
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
|
||||
Reference in New Issue
Block a user