]> granicus.if.org Git - ejabberd/commitdiff
fix invalid path of jiffy.so on install #309
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 30 Oct 2014 14:47:33 +0000 (15:47 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 30 Oct 2014 14:47:33 +0000 (15:47 +0100)
Makefile.in

index 525879854909c7bbc83970b0848fab9d533dd147..d338df0d897399c76a1f68cfe29881c12b404070 100644 (file)
@@ -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)