blob: 95934f22120436154a4749955c9d8d1d18bcbdc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/Makefile b/Makefile
index d4eaba55..c5aaefd5 100644
--- a/Makefile
+++ b/Makefile
@@ -476,9 +476,6 @@ install: all install_soter install_themis
ifeq ($(IS_CENTOS),true)
-@mkdir -p "$$(dirname "$(LD_SO_CONF)")"
-@echo "$(libdir)" > "$(LD_SO_CONF)" && echo "Added $(libdir) to $(LD_SO_CONF)"
-endif
-ifdef IS_LINUX
- -@ldconfig
endif
@if [ -e /usr/include/themis/themis.h ] && [ -e /usr/local/include/themis/themis.h ]; then \
echo ""; \
|