Commit Graph

31 Commits

Author SHA1 Message Date
Brian West
5014b80d53 1/2 of automake for esl perl, at least we have configure detecting things now 2014-03-21 14:59:01 -05:00
Travis Cross
ad094b7a8b Allow older versions of curl to be used
...at your own risk.  cURL has had some serious security issues over
the years, so if you're using an ancient version, I hope that you're
receiving security patches from your vendor.

The version set here is to accommodate CentOS 6.
2014-03-20 21:46:07 +00:00
Michael Jerris
d1045b12e1 FS-353: add PKG_CONFIG_PATH for keg only curl from homebrew on mac 2014-03-20 17:40:21 -04:00
Travis Cross
03132e3fd5 Export paths touched by path_push_unique()
FS-353
2014-03-20 21:28:26 +00:00
Travis Cross
3b1278a37a Add curl auto PKG_CONFIG_PATH handling for OS X
FS-353
2014-03-20 21:15:40 +00:00
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
c9bdf3b415 Match darwin13 in configure.ac
Mike and Seven said this is desirable.
2014-03-20 20:24:22 +00: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
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
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
b8f1a1779f Support Intel ICC 2014-03-19 14:34:07 -05: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
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
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
Michael Jerris
524c566e01 attempt at fixing mod_gsmopen build 2014-03-18 19:11:24 -04:00
Michael Jerris
af192a2e8b FS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems. 2014-03-18 09:50:12 -04:00
Anthony Minessale
674a998428 bump 2014-03-18 06:53:48 +05:00
Anthony Minessale
203712073a bump 2014-03-18 06:53:48 +05:00
Brian West
fb41b0f66b FS-6367 --resolve fix NetBSD so that it properly builds modules 2014-03-17 18:12:08 -05:00
Michael Jerris
1a2a79d042 keep building when using the old modmake.rules 2014-03-17 17:41:27 -04:00
Michael Jerris
714e3133e7 FS-353: add testing hack to use system xmlrpc-c 2014-03-17 14:33:55 -04:00
Michael Jerris
b324e2633a use AM_SILENT_RULES where available and remove our hacks for quiet builds as they don't work very well and cause other build problems 2014-03-17 14:33:55 -04:00
Michael Jerris
1c5e61447b move libs/stfu into the core, as it is not really a lib 2014-03-17 09:44:14 -04:00
Michael Jerris
4216e3e056 remove DYNAMIC_LIB_EXTEN because we use libtool to figure this all out now 2014-03-14 18:04:07 -04:00
Brian West
d755b34091 clang uses -fPIC too, don't fail on mod_lua build by not adding PIC flags for the lua library build 2014-03-12 15:23:44 -05:00
Brian West
666231f91b BNPH-6149: allow to use system curl again, fix some types on auth_scheme values to all be long, don't use curl private function in our wrapper. This may cause missing symbol curl_easy_setopt with visibility turned on, if it does that, please let me know 2014-03-12 13:47:24 -05:00
Brian West
c19bb4d180 fix autotools missing file name 2014-03-07 18:06:22 -06:00
Brian West
5de8d62c6c move configure.in to configure.ac 2014-03-07 17:52:16 -06:00