Travis Cross
1470622292
Require libcurl as a system dependency
...
This purges libcurl from our tree and requires it to be present on the
system for building and running FreeSWITCH.
FS-353
2014-03-20 21:15:29 +00:00
Travis Cross
c993962d0b
Update some modules to use CPPFLAGS
...
These modules use curl and we'll be adding in some bits to the
CPPFLAGS.
2014-03-20 21:09:46 +00:00
Travis Cross
a489cd311e
Cleanup whitespace
2014-03-20 20:35:58 +00:00
Travis Cross
4dec1607ce
Revert "Cleanup whitespace"
...
Too much was staged accidentally on that last commit.
This reverts commit f112627242
.
2014-03-20 20:34:18 +00:00
Travis Cross
f112627242
Cleanup whitespace
2014-03-20 20:33:34 +00:00
Travis Cross
c9bdf3b415
Match darwin13 in configure.ac
...
Mike and Seven said this is desirable.
2014-03-20 20:24:22 +00:00
Peter Olsson
03739a8293
FS-6365 --resolve
2014-03-20 19:48:37 +01:00
Peter Olsson
5d22a414ca
.gitignore
2014-03-20 19:45:51 +01:00
Jeff Lenk
6d0e684e4b
FS-6348 FS-6347
2014-03-20 13:13:31 -05:00
Michael Jerris
74da7aaf10
FS-353: allow people to use 5 year old and with known segfault issues pcre because centos6 can't seem to use a lib less that 5 years old, use with older libs at your own risk
2014-03-20 12:46:52 -04:00
Travis Cross
4268763341
Build a static libfreeswitch.a
...
We don't currently have a use-case for this, but we'd been
distributing this file in packaging as part of libfreeswitch-dev.
2014-03-20 15:58:14 +00:00
Travis Cross
bcc78429ca
Pull curl and pcre out of bootstrap
...
We check whether the dir is there before trying to bootstrap, so it
didn't do any harm, but they shouldn't be there.
2014-03-20 15:55:42 +00:00
Travis Cross
bf611fc29e
Pull mod_v8 out of the default build
...
We love mod_v8 and Peter for making it work so well and in so many
places.
But it still doesn't build on as many platforms as the rest of
FreeSWITCH, and it requires using getlib on a huge library while we're
currently trying to pull libraries out of tree and reduce our
dependence on getlib. We need to work on getting distributions to
push updated versions of libv8.
2014-03-20 15:40:28 +00:00
Travis Cross
68a30f4fb3
Merge in change to require system libspeex
...
libspeex and libspeexdsp are now hard system dependencies for
building and running FreeSWITCH.
FS-353
2014-03-20 15:28:29 +00:00
Travis Cross
54cd0df33a
Support change to system libspeex in debian
2014-03-20 15:28:26 +00:00
James Le Cuirot
b283db6319
Completely unbundle speex
...
FS-353
Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-20 15:28:25 +00:00
Travis Cross
aec04d474c
Merge in change to require system libpcre
...
libpcre is now a hard system dependency for building and running
FreeSWITCH.
FS-353
2014-03-20 15:28:24 +00:00
Travis Cross
4c0e1798d5
Support change to system libpcre in debian
2014-03-20 15:28:24 +00:00
James Le Cuirot
e85f06ee2f
Completely unbundle pcre
...
FS-353
Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-20 15:28:23 +00:00
Michael Jerris
3ec53f0b67
ESL-86: esl automake of at least the core parts
2014-03-20 10:38:47 -04:00
Brian West
2da4e3d3b8
FS-6293: fix mod_managed srcdir build
2014-03-20 08:34:16 -05:00
Brian West
09811b522f
FS-6369: fix uninstall on mod_managed
2014-03-20 08:16:14 -05:00
Brian West
16577339be
FS-6387 don't fail if your openssl package has been compiled without EC support...LOOKING AT YOU GENTOO
2014-03-20 08:07:53 -05:00
Travis Cross
90404d5889
Purge mod_voipcodecs from debian/control-modules
2014-03-20 03:33:05 +00:00
Travis Cross
cba9af4e61
Drop mod_perl from the debian build temporarily
...
We'll add this back when the build issues with it get worked out.
See FS-6385.
2014-03-20 02:30:53 +00:00
Michael Jerris
8cd69cc0f4
fix perldir to at least point to install the same place as the code looks for it. Note, on fhs type builds, where prefix is /usr, these files are going to go into /usr/perl, which probably isn't right, but thats where the code looks too, we should do something better for builds that are not in the prefix
2014-03-19 17:24:26 -04:00
Travis Cross
046df6be67
Export V=1 for debian builds
...
Now that we're using AM_SILENT_RULES this needs to be set so we can
see what's going on in our build logs.
2014-03-19 21:07:21 +00:00
Travis Cross
962eaaeae8
Make sure -w is set in mod_perl CXXFLAGS
...
Autogenerated bits of the code warn when building which would
otherwise break the build.
2014-03-19 21:01:30 +00:00
Brian West
eade217fe7
Tweak sndfile for args
2014-03-19 17:37:02 +00:00
Michael Jerris
f3acb03dc0
S-6341:make sure to unlock too
2014-03-19 16:38:53 -04:00
Brian West
c4c0f38aab
FS-6294 FS-6308 NetBSD support should work test and report back please.
2014-03-19 14:34:07 -05:00
Brian West
b8f1a1779f
Support Intel ICC
2014-03-19 14:34:07 -05:00
Travis Cross
58e8037613
Remove ancient FS-2746 patch from tree
2014-03-19 19:12:25 +00:00
Travis Cross
cb58568080
Follow rename to configure.ac in scripts/
2014-03-19 19:12:25 +00:00
Travis Cross
83125dada5
Follow rename to configure.ac in debian/
2014-03-19 19:12:25 +00:00
Michael Jerris
ad28998235
FS-6293: unimrcp srcdir build working
2014-03-19 15:04:41 -04:00
Michael Jerris
bda9a55d75
FS-6293: unimrcp start of srcdir build
2014-03-19 14:50:39 -04:00
Michael Jerris
57528ff3bf
silence unused var warnings
2014-03-19 14:17:09 -04:00
Brian West
5c0f5c17ad
ignore all .dirstamp
2014-03-19 13:24:41 +00:00
Brian West
eadfef1173
FS-6375 fix till we switch to system tiff
2014-03-19 12:32:23 +00:00
Brian West
07a10a1cc5
FS-6375 our LDFLAGS should preceed libcurl detected LDFLAGS
2014-03-19 12:03:34 +00:00
Brian West
6452f12b33
FS-6375: now withless for the dev to remember
2014-03-19 11:41:36 +00:00
Brian West
9a94235f82
FS-6379: --resolve fix ldns bootstrap/build on solaris
2014-03-19 11:13:51 +00:00
Michael Jerris
496a6db5c4
cxx
2014-03-19 08:33:47 -04:00
Michael Jerris
f575dd6f05
this is a cxx mod
2014-03-19 08:32:25 -04:00
Brian West
4dddcafc82
FS-6375 correct copy and paste error
2014-03-19 09:10:44 +00:00
Brian West
da82c7bbd2
FS-6375 remove a few things that aren't needed
2014-03-19 08:33:39 +00:00
Tamas Cseke
064bf5dde0
FS-6371 --resolve json cdr is missing some caller profile times
2014-03-19 11:01:22 +01:00
Brian West
148f67e061
FS-6375 adding LTCFLAGS makes configure choose the proper pre post deps on both 32bit and 64bit just work out of the box
2014-03-19 04:04:38 -05:00
Brian West
c9757f72a5
FS-6292 additional define to avoid on NetBSD, If someone wants to get this workign please submit patches
2014-03-19 03:35:47 -05:00