Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/lib/Makefile b/lib/Makefile 2index 5ca71e3..cd0717f 100644 3--- a/lib/Makefile 4+++ b/lib/Makefile 5@@ -428,11 +428,13 @@ install: 6 -mkdir -p $(DESTDIR)$(LIBDIR) 7 $(INSTALL) -m 644 $(ALIBPFM) $(DESTDIR)$(LIBDIR) 8 ifeq ($(CONFIG_PFMLIB_SHARED),y) 9+ifeq ($(SYS),Linux) 10 $(INSTALL) $(SLIBPFM) $(DESTDIR)$(LIBDIR) 11 cd $(DESTDIR)$(LIBDIR); $(LN) $(SLIBPFM) $(VLIBPFM) 12 cd $(DESTDIR)$(LIBDIR); $(LN) $(SLIBPFM) libpfm.$(SOLIBEXT) 13 -$(LDCONFIG) 14 endif 15+endif 16 17 tags: 18 $(CTAGS) -o $(TOPDIR)/tags --tag-relative=yes $(SRCS) $(INCDEP)