ports: Remove unneeded libtool files after install
This commit is contained in:
@@ -9,3 +9,8 @@ CONFIGURE_OPTIONS=(
|
||||
"--target=$BANAN_TOOLCHAIN_TRIPLE"
|
||||
'--with-sysroot=/'
|
||||
)
|
||||
|
||||
post_install() {
|
||||
# remove libtool file
|
||||
rm -f $BANAN_SYSROOT/usr/lib/libmpfr.la
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user