freeswitch-stable: fix sed script 349/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 15 Jul 2018 21:27:08 +0000 (23:27 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 15 Jul 2018 21:27:09 +0000 (23:27 +0200)
commitd568f9336c1bf220a7744b980b06b5b0de6de1a7
tree562636cd87a515c80dfdfc79bf01465412587da2
parent208b918f24085866ed1452d1031df003327dee22
freeswitch-stable: fix sed script

The sed script used on libs/unimrcp is used to set LDFLAGS using
APR_SETVAR. Since nls.mk is included there are LDFLAGS with commas. But
the macro APR_SETVAR uses commas to separate arguments, so now the
LDFLAGS are only getting partially copied.

Solve this by surrounding LDFLAGS with brackets ([...]).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile