cleanup packages: various

This commit is contained in:
CvH
2024-08-01 11:51:09 +02:00
parent 6a18b03a92
commit 2237555141
70 changed files with 286 additions and 291 deletions

View File

@@ -16,14 +16,14 @@ PKG_CONFIGURE_OPTS_TARGET="--without-pcre \
--without-onig"
pre_configure_target() {
# slang fails to build in subdirs
cd ${PKG_BUILD}
sed -i 's|RPATH=".*"|RPATH=""|' configure
rm -rf .${TARGET_NAME}
# slang fails to build in subdirs
cd ${PKG_BUILD}
sed -i 's|RPATH=".*"|RPATH=""|' configure
rm -rf .${TARGET_NAME}
}
pre_configure_host() {
# slang fails to build in subdirs
cd ${PKG_BUILD}
rm -rf .${HOST_NAME}
# slang fails to build in subdirs
cd ${PKG_BUILD}
rm -rf .${HOST_NAME}
}