summarylogtreecommitdiffstats
path: root/simlib-3.08_20211004.patch
blob: 229a078dc32587a262551ea3869cf04c2c03fef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- src/Makefile.generic	2021-10-04 19:04:40.000000000 +0200
+++ src/Makefile.generic.new	2022-01-02 15:22:06.878241846 +0100
@@ -227,11 +227,6 @@
 	install -m0644 $(SIMLIB_HEADERS) $(PREFIX)/include
 	install -m0644 $(LIBNAME).a      $(PREFIX)/lib/lib$(LIBNAME).a
 	install -m0644 $(LIBNAME).so     $(PREFIX)/lib/lib$(LIBNAME).so
-	@if ! grep '^'$(PREFIX)/lib'$$' /etc/ld.so.conf >/dev/null; then \
-	  echo "Please add $(PREFIX)/lib to /etc/ld.so.conf ";  \
-	fi
-	@echo "This should be run as root:"
-	ldconfig # update dynamic linker cache
 
 #############################################################################
 # Uninstall library
@@ -240,8 +235,6 @@
 	$(RM) $(foreach headerfile, $(SIMLIB_HEADERS), $(PREFIX)/include/$(headerfile))
 	$(RM) $(PREFIX)/lib/lib$(LIBNAME).a
 	$(RM) $(PREFIX)/lib/lib$(LIBNAME).so
-	@echo "This should be run as root:"
-	ldconfig # update dynamic linker cache
 
 #############################################################################
 # Basic test of functionality