From: Christophe Romain Date: Thu, 30 Oct 2014 14:47:33 +0000 (+0100) Subject: fix invalid path of jiffy.so on install #309 X-Git-Tag: 14.12~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b550f247e74e86cac20027b8527e3ddd209837bc;p=ejabberd fix invalid path of jiffy.so on install #309 --- diff --git a/Makefile.in b/Makefile.in index 525879854..d338df0d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,6 +157,7 @@ install: all # Binary system libraries $(INSTALL) -d $(SODIR) $(INSTALL) -m 644 $(DLLs) $(SODIR) + [ -f $(SODIR)/jiffy.so ] && (cd $(PRIVDIR); ln -s lib/jiffy.so;) # # Translated strings $(INSTALL) -d $(MSGSDIR)