[Freeswitch-users] fail to build git version of freeswitch

Lubimov Alexey avlubimov at gmail.com
Mon Feb 27 15:03:01 MSK 2012


https://bugzilla.redhat.com/show_bug.cgi?id=667529

Patch utlity  do not allow to modify files in parent directories anymore.

These patch solve this poblem.

cat mod_shout.patch
--- src/mod/formats/mod_shout/Makefile.orig    2012-02-27 
22:47:13.721919787 +0400
+++ src/mod/formats/mod_shout/Makefile    2012-02-27 22:47:42.562919843 
+0400
@@ -49,7 +49,7 @@

  $(SHOUT_DIR):
      $(GETLIB) $(SHOUT).tar.gz
-    patch -p0 -i hack_out_ogg.diff
+    patch -p 6 -d ../../../../libs/libshout-2.2.2 < hack_out_ogg.diff

  $(SHOUT_BUILDDIR)/Makefile: $(SHOUT_DIR)
      mkdir -p $(SHOUT_BUILDDIR)




Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list