generated from archlinux/template
Install unstripped VDSO
This commit is contained in:
parent
a7e2a17f9c
commit
b2df67f4f2
4
PKGBUILD
4
PKGBUILD
@ -181,6 +181,10 @@ _package-headers() {
|
||||
install -Dt "$builddir/rust" -m644 rust/*.rmeta
|
||||
install -Dt "$builddir/rust" rust/*.so
|
||||
|
||||
echo "Installing unstripped VDSO..."
|
||||
make INSTALL_MOD_PATH="$pkgdir/usr" vdso_install \
|
||||
link= # Suppress build-id symlinks
|
||||
|
||||
echo "Removing unneeded architectures..."
|
||||
local arch
|
||||
for arch in "$builddir"/arch/*/; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user