Remove libtool files from cairo and pixman

This commit is contained in:
Jeremy Soller 2019-07-16 17:49:11 -06:00
parent 0b88e9c88b
commit f1b9327d9b
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ function recipe_build {
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
CFLAGS="-DCAIRO_NO_MUTEX=1" ./configure --build=${BUILD} --host=${HOST} --prefix=/ --enable-xlib=no --enable-script=no --enable-interpreter=no
make
make -j"$(nproc)"
skip=1
}
@ -36,8 +36,8 @@ function recipe_clean {
}
function recipe_stage {
echo "skipping stage"
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -f "$dest/lib/"*.la
skip=1
}

View File

@ -34,8 +34,8 @@ function recipe_clean {
}
function recipe_stage {
echo "skipping stage"
dest="$(realpath $1)"
make DESTDIR="$dest" install
rm -f "$dest/lib/"*.la
skip=1
}