mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
fortunately no need to use versioned shared object file names
https://www.debian.org/doc/debian-policy/ch-sharedlibs.html
This commit is contained in:
parent
b8fa714be7
commit
dc599bf62d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ make_install_hook_post() {
|
|||
if [ ! -d "$DESTDIR/usr/lib" ]; then
|
||||
mkdir --parents "$DESTDIR/usr/lib"
|
||||
fi
|
||||
cp libhardened_malloc.so "$DESTDIR/usr/lib/libhardened_malloc.so.1"
|
||||
cp libhardened_malloc.so "$DESTDIR/usr/lib/libhardened_malloc.so"
|
||||
}
|
||||
|
||||
make_all_hook_post() {
|
||||
|
|
Loading…
Add table
Reference in a new issue