mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
[#3732] Fix tee in ld.so.conf in fuzzing
This commit is contained in:
@@ -28,8 +28,8 @@ install_kea() {
|
||||
meson compile -C build
|
||||
meson install -C build
|
||||
|
||||
echo "${OUT}/lib" | sudo tee /etc/ld.so.conf.d/kea.conf
|
||||
echo "${OUT}/lib/x86_64-linux-gnu" | sudo tee /etc/ld.so.conf.d/kea.conf
|
||||
echo "${OUT}/lib" | sudo tee -a /etc/ld.so.conf.d/kea.conf
|
||||
echo "${OUT}/lib/x86_64-linux-gnu" | sudo tee -a /etc/ld.so.conf.d/kea.conf
|
||||
ldconfig
|
||||
sudo ldconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user