mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Do not create fake libganglia.so.
libganglia.so is now loaded during runtime by dlopen and no longer required during link time
This commit is contained in:
parent
a1328b30e9
commit
54c693532f
@ -5,8 +5,6 @@ libganglia.so:
|
||||
@find /usr ! -readable -prune -o -type d ! -executable -prune -o -name "$@*" -print0 | \
|
||||
xargs --null --no-run-if-empty --replace \
|
||||
ln --symbolic --verbose --force '{}' "$@"
|
||||
@if [[ ! -e "$@" ]]; then touch "$@"; fi
|
||||
|
||||
|
||||
clean:
|
||||
rm -f libganglia.so
|
||||
|
Loading…
Reference in New Issue
Block a user