mirror of https://github.com/Icinga/icinga2.git
Fix left-over files after make distclean.
This commit is contained in:
parent
e7e5966203
commit
dfd8f6743e
|
@ -202,7 +202,6 @@ etc/init.d/icinga2
|
|||
# Fix -rpath problem (https://wiki.debian.org/RpathIssue)
|
||||
case ${host} in
|
||||
*-linux-gnu)
|
||||
test -f libtool.old || (mv libtool libtool.old && cp libtool.old libtool)
|
||||
sed 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec="/lib64 /lib /usr/lib64 /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib64 /usr/local/lib"|g' libtool >libtool.new
|
||||
mv libtool.new libtool
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue