diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-04 23:02:22 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 21:18:10 +0200 |
commit | 922e33d046ddb4856ff28c9d7c17c29134ce6959 (patch) | |
tree | 636e20a76b2b82d27f28f3b610554eb6ffc22f46 | |
parent | 28be052f6dc280ab8469d543af23e76016afc6bd (diff) | |
download | buildroot-922e33d046ddb4856ff28c9d7c17c29134ce6959.tar.gz buildroot-922e33d046ddb4856ff28c9d7c17c29134ce6959.zip |
package/freeswitch: install to staging
Needed for upcoming package freeswitch-mod-bcg729.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Arnout: made comment more explicit]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | package/freeswitch/freeswitch.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index e5c8854e36..ce22ffc28f 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -7,6 +7,8 @@ FREESWITCH_VERSION = 1.6.19 FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases +# External modules need headers/libs from staging +FREESWITCH_INSTALL_STAGING = YES FREESWITCH_LICENSE = MPL-1.1, \ GPL-3.0+ with font exception (fonts), \ Apache-2.0 (apr, apr-util), \ |