1 diff -ruN a/source/Makefile b/source/Makefile
2 --- a/source/Makefile 2022-05-04 10:22:40.000000000 +0200
3 +++ b/source/Makefile 2022-05-05 11:34:28.881814839 +0200
6 CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(LIBDIR)\"
8 -CXXFLAGS += -march=native
11 all: aeolus aeolus_x11.so aeolus_txt.so
13 install -m 755 aeolus $(DESTDIR)$(BINDIR)
14 install -m 755 aeolus_x11.so $(DESTDIR)$(LIBDIR)
15 install -m 755 aeolus_txt.so $(DESTDIR)$(LIBDIR)
16 - ldconfig $(PREFIX)/$(LIBDIR)
17 + ldconfig -N $(DESTDIR)/$(LIBDIR)