ports: Remove unneeded libtool files after install
This commit is contained in:
@@ -17,3 +17,10 @@ CONFIGURE_OPTIONS=(
|
||||
'--disable-nls'
|
||||
'--enable-languages=c,c++'
|
||||
)
|
||||
|
||||
post_install() {
|
||||
# remove libtool files
|
||||
rm -f $BANAN_SYSROOT/usr/lib/libstdc++.la
|
||||
rm -f $BANAN_SYSROOT/usr/lib/libstdc++exp.la
|
||||
rm -f $BANAN_SYSROOT/usr/lib/libsupc++.la
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user