Commit Graph

401 Commits

Author SHA1 Message Date
Ken Rice 0a1bb0e9d5 rev bump 2014-02-13 11:03:33 -06:00
Ken Rice a2d659facf version bump
had to fix an issue that broke centos 5
2014-02-11 18:51:37 -06:00
Ken Rice 2e6562af22 rev bump 2014-02-10 17:30:05 -06:00
Michael Jerris 5dcfe78169 FS-5763: --resolve add configure check for lzma and newer readhat/sl tinfo stuff 2014-02-06 12:41:52 -06:00
Ken Rice e094f5dc70 version bump 2014-02-04 16:06:32 -06:00
Travis Cross 2ddfecb4ed Improve configure handling of ODBC
This commit changes behavior such that if --disable-core-odbc-support
is provided we'll build without ODBC even if the libraries are there.

Previously we would always quietly build with ODBC support if it was
on the system.

Contrary to what was said in commit 72a804983, my 2012 commit
ffc8e81b7 did not affect the behavior of --disable-core-odbc-support.
We never recognized the flag as being different from not providing the
option at all.

What the commit did do was to cause us to fail loudly if
--enable-core-odbc-support was provided but the system libraries were
not there.  This behavior is preserved.

(That commit also caused us to potentially run certain checks twice,
which this commit resolves.)

You can also now provide --enable-core-odbc-support=optional which has
the same effect as the default behavior.

FS-6173 --resolve

Thanks-to: James Le Cuirot <chewi@aura-online.co.uk>
2014-02-01 16:33:09 +00:00
Travis Cross 418dd16643 Revert "Improve configure ODBC handling"
This reverts commit 60c56109bc, reversing
changes made to d7d5847dda.
2014-01-31 22:36:51 +00:00
Travis Cross 613f156da4 Revert "Fix configure ODBC logic"
This reverts commit 46501075cd.
2014-01-31 22:36:34 +00:00
Travis Cross 46501075cd Fix configure ODBC logic
...and rewrite entire block for better clarity of purpose.

We might want to look more closely at the AX_LIB_ODBC macro as well.

This amends commit 60c56109bc.
2014-01-31 22:13:02 +00:00
Travis Cross f7176ca108 Ensure we don't set HAVE_ODBC unless we really do 2014-01-31 18:53:57 +00:00
James Le Cuirot 753835b456 Fix --disable-core-odbc-support
In commit ffc8e81b76, tc ensured that
configure would abort if libodbc was not found. However this resulted
in the library check being done twice, as well as rendering
--disable-core-odbc-support ineffective. If libodbc was found, it
would enable core ODBC support regardless. This fix ensures the check
is only done once or not at all if core ODBC support is explicitly
disabled.

Signed-off-by: Travis Cross <tc@traviscross.com>
2014-01-31 18:53:56 +00:00
Ken Rice 9a003a628f version bump 2014-01-20 14:07:16 -06:00
Ken Rice 5a01371d62 rev bump 2013-12-22 18:19:01 -06:00
Ken Rice e0a0baf999 bump rev 2013-12-10 15:37:31 -06:00
Anthony Minessale 2422b526a0 revert 04aac8c932 it causes recursion loop in some systems 2013-11-09 23:14:58 +05:00
Ken Rice 566b20125b Bump Rev and Cut 1.2.15 2013-11-08 16:14:32 -06:00
Travis Cross a89717f05b Pull out our own libuuid detection
APR is the only reason we depend on libuuid, so we'll rely on APR's
tools here.

This partially reverts commit f7fb54d0cd.
2013-11-08 19:26:08 +00:00
Travis Cross 73a3d59d56 Use pkg-config for libpq by default
FS-5821 --resolve
2013-10-23 18:19:23 +00:00
Travis Cross 5dbc5ff066 Add option to use pkg-config rather than pg_config
We shouldn't be using pg_config to get build options for FS from
libpq.  pg_config just tells us what was used to build postgresql, not
what we should use.

See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725007

Make this optional for now until we're comfortable it works
everywhere.

FS-5821 --resolve
2013-10-23 18:19:23 +00:00
Michael Jerris 96b9488910 FS-5819: configure fix for new clang detection 2013-10-15 13:08:11 -07:00
Michael Jerris 40111509d7 FS-5819: configure fix for new clang detection and adjust cflags for building with newest clang 2013-10-15 09:16:58 -07:00
Ken Rice 1f9a22b43d Rev Bump 2013-10-14 11:18:40 -05:00
Michael Jerris 5f19e2f785 FS-5827: cleanup postgres version detection to support devel versions better 2013-09-27 15:33:00 -04:00
Michael Jerris c881a25db4 FS-5827: cleanup postgres version detection to support devel versions better 2013-09-27 15:10:15 -04:00
Ken Rice 331fa1dbe0 more cleanup 2013-09-17 18:54:15 -05:00
Ken Rice cd74ba3d8d bump FS rev 2013-09-17 09:42:20 -05:00
Ken Rice bf84cd1cd9 bump 2013-07-24 12:49:20 -05:00
Ken Rice 28f0ade282 fix libuuid detection 2013-07-04 22:03:38 -05:00
Ken Rice 3c6e6e4d92 Bump 2013-07-01 17:10:23 -05:00
Ken Rice 1fe6f39acf Require OpenSSL 2013-06-07 07:26:25 +00:00
Travis Cross 98532b8650 Add support for --with-storagedir to configure
This is needed for correctly setting the default storage directory for
Debian builds.
2013-06-06 17:34:44 +00:00
Ken Rice b399b3363c 1.2.10 Release 2013-05-20 11:07:35 -05:00
Ken Rice 7c88f35451 1.2.9 rev bump 2013-05-06 18:30:47 -05:00
Ken Rice c7567d418e fix mod_spandsp on systems with libjbig 2013-05-06 18:27:20 -05:00
Ken Rice 8167bc7bc2 bump 2013-03-30 00:19:11 -05:00
Anthony Minessale 573e3fdf08 bump 2013-03-29 22:43:59 -05:00
Anthony Minessale 308a8396c3 bump 2013-03-29 22:42:51 -05:00
Ken Rice 0a2e713593 Merge branch 'master' into v1.2.stable
Conflicts:
	configure.in
2013-03-06 23:40:51 -06:00
Anthony Minessale 3be31405f4 bump 2013-03-06 18:03:44 -06:00
Anthony Minessale b82009c1c2 bump 2013-03-06 18:02:44 -06:00
Ken Rice 73a07e41c0 release FreeSWITCH 1.2.7 2013-03-06 15:24:36 -06:00
Anthony Minessale 919586552c bump 2013-03-06 14:00:21 -06:00
Anthony Minessale 522e73c856 bump 2013-03-06 13:59:34 -06:00
Anthony Minessale a5cbf1d9b9 bump 2013-03-06 13:00:41 -06:00
Anthony Minessale eb001cc844 bump 2013-03-06 12:59:21 -06:00
Ken Rice ab0479c35f bump rev we are almost there 2013-03-05 11:37:22 -06:00
Ken Rice 04e6db24f1 Merge branch 'master' into v1.2.stable 2013-03-04 10:34:09 -06:00
Ken Rice 5dcc31e170 missed a spot 2013-03-04 10:33:28 -06:00
Anthony Minessale 790abe6b0f bump 2013-03-01 11:40:13 -06:00
Ken Rice 9b341fd8fd Merge branch 'master' into v1.2.stable
Conflicts:
	libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c
2013-02-26 09:43:43 -06:00