mirror of
https://github.com/kevadesu/TylkoLinux.git
synced 2025-03-09 16:51:57 +01:00
Uhhhhhhhhh
This commit is contained in:
parent
057e0939d5
commit
3a240e8bde
1 changed files with 15 additions and 3 deletions
|
@ -1141,7 +1141,19 @@ EOF
|
|||
make
|
||||
make check
|
||||
make -C libelf install
|
||||
nstall -vm644 config/libelf.pc /usr/lib/pkgconfig
|
||||
m /usr/lib/libelf.a
|
||||
install -vm644 config/libelf.pc /usr/lib/pkgconfig
|
||||
rm /usr/lib/libelf.a
|
||||
popd
|
||||
}
|
||||
tar -xvf libffi-3.4.6.tar.gz;
|
||||
mv libffi-3.4.6 libffi
|
||||
pushd libffi/
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-gcc-arch=native
|
||||
make
|
||||
make check
|
||||
make install
|
||||
popd
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue