Sebastian Kemper
b32dc985c1
FS-9858: add configure switches to disable libpng and freetype support
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Conflicts:
configure.ac
2016-12-30 15:25:50 -06:00
Ken Rice
e755b430da
version bump
2016-11-29 09:46:39 -06:00
Ken Rice
b91a0a6f2b
bump version
2016-10-11 08:49:56 -05:00
Ken Rice
3b959e9435
Bump Version Number
2016-09-28 09:09:52 -05:00
Ken Rice
278cca6f7b
Merge branch 'master' into v1.6
2016-09-28 09:09:01 -05:00
Spencer Thomason
5a2f9d7a78
FS-9466: Use system MD5 if available
...
- Use system MD5 on BSD and Solaris based platforms
- Use OpenSSL if system library is not available
- Fallback to included APR
- Optimize switch_md5_string()
- replace libsofia MD5 routines in mod_sofia with switch_md5() ones
FS-9466 #resolve
2016-08-31 15:00:48 -07:00
Ken Rice
726448d962
version bump
2016-08-24 16:54:04 -05:00
Ken Rice
63c10a9a36
Merge branch 'master' into v1.6
2016-08-24 16:50:18 -05:00
Spencer Thomason
a2fd327fa7
FS-9386: [mod_snmp] Use net-snmp-config for SNMP libs if available
...
FS-9386 #resolve
2016-07-26 21:18:10 -07:00
Mike Jerris
7e021af4d5
clean up noisy configure
2016-07-19 16:52:52 -04:00
William King
35b816bb27
FS-9310 Native support for Flowroute SMS API over HTTP(S)
2016-07-07 15:22:36 -07:00
Michael Jerris
257e8d6b2f
FS-9263: [build] attempt to find the proper lua5.2 version on openbsd
2016-06-17 15:54:37 -04:00
Michael Jerris
53ed9ce06f
FS-9260: [build] add -ltermcap for openbsd so it can correctly link to libedit
2016-06-17 15:31:18 -04:00
Ken Rice
7ceac34e47
bump version
2016-06-12 21:54:27 -05:00
Ken Rice
608c65c0d3
Merge branch 'master' into v1.6
2016-06-12 21:53:47 -05:00
Spencer Thomason
585cccd940
FS-9185: fix format ifdefs for Solaris SPARC
...
Fix SWITCH_INT64_T_FMT and SWITCH_TIME_T_FMT definitions for Solaris/SPARC
FS-9185 #resolve
2016-05-19 18:43:05 -07:00
Ken Rice
de08c20caf
version bump
2016-05-02 09:36:04 -05:00
Ken Rice
5d97d0892c
Merge branch 'master' into v1.6
2016-04-29 16:01:33 -05:00
Ken Rice
7375ad9e89
FS-9081 [Ubuntu Packaging] WIP Patches to build system and configure to allow FS to build on 14.04
2016-04-29 09:22:11 -05:00
Michael Jerris
0742defa9b
FS-9109: [build] attempt to fix misleading indentation errors on gcc 6.0
2016-04-28 13:06:35 -05:00
Ken Rice
3266df82fc
Merge branch 'master' into v1.6
2016-04-21 10:45:00 -05:00
Chris Rienzo
a7465e6cbf
FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6.
2016-04-11 11:54:46 -04:00
Michael Jerris
22fd90e71e
FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it
2016-04-07 16:53:36 -04:00
Michael Jerris
159f4a1396
FS-8623: fix sun studio build errors building libvpx
2016-04-07 16:07:01 -04:00
Michael Jerris
3976eb17d0
FS-8623: fix sun studio build errors building libvpx
2016-04-07 15:21:55 -04:00
Michael Jerris
0763f694ff
FS-8294: [freetdm] pass in modinstdir to freetdm configure
2016-04-04 16:07:38 -04:00
Michael Jerris
94fd5db497
FS-8883: fix compile due to unused result failure on gnu compiler with --disable-debug
2016-04-04 14:31:48 -04:00
Ken Rice
56119fd685
version bump
2016-03-14 10:55:23 -05:00
Ken Rice
4f335f797c
Merge branch 'master' into v1.6
2016-03-14 10:54:47 -05:00
Michael Jerris
1540546cc1
FS-8884: add --disable-libyuv and --disable-libvpx configure args to disable building these libraries
2016-02-29 12:39:51 -05:00
Michael Jerris
febe0f8dac
FS-8867: build using in tree libvpx, vpx no longer optional and does not use system libvpx due to issues with having to update it frequently conflicting with system libraries, now we link to the static in tree version instead. Also, mod_vpx is now a core module instead of a loadable module, so mod_vpx.so will no longer be built
2016-02-24 18:44:11 -05:00
Michael Jerris
44da905b4f
FS-8867: build using in tree libyuv to match required version and not impact system ones that are never sufficient version
2016-02-24 16:52:40 -05:00
Anthony Minessale
5b456b395c
FS-8688 #resolve [Implement VP9 draft uberti payload 01 and libVPX 1.5]
2016-02-17 16:49:02 -06:00
Michael Jerris
7f5af042be
FS-8814: fix build on older libedit
2016-02-09 12:38:40 -06:00
Piotr Gregor
b8a8c88572
FS-8809 fix MAP_POPULATE undeclared
...
Add AM_MOD_AVMD_CXXFLAGS compile flag to mod avmd
and set this flag to -std=gnu99 in configure.ac
in case compiler vendor is xgnu.
2016-02-08 23:02:22 +00:00
Corey Smith
3cb04ced21
FS-8779: [mod_shout] properly detect lame/lame.h
...
* Add correct mp3lame configure check since it does not use pkg-config
* Update mod_shout Makefile to log failure message if mp3lame not available
* Rewrite #include for lame.h to lame/lame.h in mod_shout.c
2016-02-03 20:45:39 -05:00
Ken Rice
d2d0b3283a
version bump
2016-01-11 14:16:12 -06:00
Ken Rice
c0707c84ab
Merge branch 'master' into v1.6
2016-01-11 14:14:51 -06:00
Spencer Thomason
3c291b3c61
Use mtmalloc on Solaris SPARC if available
...
FS-8666 #resolve
2015-12-17 16:47:06 +00:00
Ken Rice
09fd5f539e
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit adc8f9a119
.
2015-11-20 14:57:46 -06:00
Ken Rice
c1e140fdf0
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit 757fa94239
.
2015-11-20 14:57:41 -06:00
Ken Rice
ff12bd6cfc
Revert "FS-8369 Fixes"
...
This reverts commit 389d24da14
.
2015-11-20 14:57:36 -06:00
Ken Rice
d9d5870bff
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit adc8f9a119
.
2015-11-20 14:54:13 -06:00
Ken Rice
ebba246192
Revert "FS-8369 Debian8/CentOS7 systemd installer additions"
...
This reverts commit 757fa94239
.
2015-11-20 14:54:05 -06:00
Ken Rice
5ad6a2533a
Revert "FS-8369 Fixes"
...
This reverts commit 389d24da14
.
2015-11-20 14:53:55 -06:00
Ken Rice
d5520a6612
bump revision
2015-11-19 14:27:21 -06:00
Ken Rice
684235116d
Merge branch 'master' into v1.6
2015-11-19 13:55:18 -06:00
Niek Vlessert
389d24da14
FS-8369 Fixes
...
- Don't check OS, current patch should be compatible with Debian and RHEL derivatives and ArchLinux
- Make useradd the tool to add the usera nd group to work on all
2015-11-10 19:43:46 +01:00
Niek Vlessert
757fa94239
FS-8369 Debian8/CentOS7 systemd installer additions
...
After builing Freeswitch this makes actually run it easy by offering
an installer script.
* Changes to configure.ac to detect Debian8/CentOS 7 and create installer script
* Changes to build/Makefile.am to display the option
* Added build/startup directory with templates and other files
* Deleted outdated build/freeswitch.service and tmpfiles.conf
* Unit file based on the latest systemd service file FS-8194
* Won't interfere with other platforms (afaik)
* Supports all bindir directory prefixes ./configure can have
* Detects if Debian8/CentOS7 use systemd
* Can be used with a user with sudo permissions
2015-10-30 19:11:32 +01:00
Ken Rice
0452cdc0a8
bumping version number
2015-10-23 10:26:13 -05:00