ports: Remove unneeded libtool files after install
This commit is contained in:
@@ -7,3 +7,8 @@ CONFIG_SUB=('configfsf.sub')
|
||||
|
||||
# configure does not work with (default) c23
|
||||
export CFLAGS="--std=c17 $CFLAGS"
|
||||
|
||||
post_install() {
|
||||
# remove libtool file
|
||||
rm -f $BANAN_SYSROOT/usr/lib/libgmp.la
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user