# HG changeset patch # User Michael Schloh von Bennewitz # Date 1332619200 -3600 # Node ID 506d3a1a6c3c0d87eaaae984c9fd7b20ee027c95 # Parent 577aba7f41066b859b96c6f92c2b98fdfa1399bb Correct mistaken backslash and relocate presence XML def substitution. diff -r 577aba7f4106 -r 506d3a1a6c3c opensips/opensips.spec --- a/opensips/opensips.spec Thu Mar 22 21:51:36 2012 +0100 +++ b/opensips/opensips.spec Sat Mar 24 21:00:00 2012 +0100 @@ -348,9 +348,6 @@ -e "s;^\(LIBS=\).*;\1`%{l_prefix}/bin/pkg-config --libs libcurl libxml-2.0`;" \ modules/xcap_client/Makefile %{l_shtool} subst \ - -e 's;^\(DEFS+= *\);\1 -D__EXTENSIONS__;' \ - modules/presence_xml/Makefile \ - %{l_shtool} subst \ -e 's;^\(DEFS+=\).*\\$;\1 \\;' \ -e "s;\-I[^ \t][^ \t]*;`%{l_prefix}/bin/pkg-config --cflags-only-I libxml-2.0`;g" \ -e "s;^\(LIBS=\).*;\1`%{l_prefix}/bin/pkg-config --libs libxml-2.0`;" \ @@ -367,6 +364,9 @@ modules/b2b_logic/Makefile \ modules/rls/Makefile %{l_shtool} subst \ + -e 's;^\(DEFS+= *\);\1-D__EXTENSIONS__ ;' \ + modules/presence_xml/Makefile + %{l_shtool} subst \ -e 's;^\(DEFS+=\).*;\1`%{l_prefix}/bin/pkg-config --cflags-only-I libconfuse`;' \ -e 's;^\(LIBS=\).*;\1`%{l_prefix}/bin/pkg-config --libs libconfuse`;' \ modules/carrierroute/Makefile