summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-23 22:59:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-09 14:56:31 +0200
commit9064a26b8ae488df0d2b3503b3d4a18f51892592 (patch)
tree8c2c239ed8b45c7730bc63f5c1f80c11be33f70f
parentad08c9071d914266b6533c758414a49437c949ec (diff)
package/freeswitch: Fix added license
Noted by Thomas: http://lists.busybox.net/pipermail/buildroot/2016-April/158864.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: add comma to separate the licenses.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/freeswitch/freeswitch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index 71a7addbd..03ef8bc9d 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -161,7 +161,7 @@ FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
# mod_isac supports a limited set of archs
# src/mod/codecs/mod_isac/typedefs.h
ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
-FREESWITCH_LICENSE += BSD-3c (mod_isac)
+FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (mod_isac)
FREESWITCH_LICENSE_FILES += src/mod/codecs/mod_isac/LICENSE
FREESWITCH_ENABLED_MODULES += codecs/mod_isac
endif