1. Update to FS git 6eb59c711989774fb797d1c447e3d63aac84826b. 2. Disable mod_perl due to recent changes in perl package. 3. Disable mod_verto (required mod_perl). 4. Remove numbering scheme from patches. Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
8 lines
342 B
Diff
8 lines
342 B
Diff
--- a/libs/sofia-sip/configure.gnu
|
|
+++ b/libs/sofia-sip/configure.gnu
|
|
@@ -1,4 +1,4 @@
|
|
#! /bin/sh
|
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
|
-$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared --without-doxygen --disable-stun
|
|
+$srcpath/configure "$@" --with-pic --with-glib=no --disable-shared --without-doxygen
|
|
|