1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 19:51:48 +02:00

Added rpath for libicu to hint path for libicu's libs

This commit is contained in:
Pavel Odintsov 2022-02-09 14:27:33 +00:00
parent 557067ed20
commit e86aad7e70

@ -1447,7 +1447,7 @@ sub install_icu {
chdir "icu/source";
print "Build icu\n";
exec_command("./configure --prefix=$icu_install_path");
exec_command("LDFLAGS=\"-Wl,-rpath,/opt/libicu_65_1/lib\" ./configure --prefix=$icu_install_path");
exec_command("make $make_options");
exec_command("make $make_options install");
1;