Commit Graph

24 Commits

Author SHA1 Message Date
Michael Jerris
bc1c18cfc2 merge parts of libtool 2.2 fixes (FSBUILD-82)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 19:15:42 +00:00
Michael Jerris
a98b34a60b libapr: fix configure when -Werror is in CFLAGS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11524 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-27 23:58:49 +00:00
Michael Jerris
c99b8fb34f pull back change from apr 1.3.0
" *) Rework the WIN32 CV code to signal the condition only if one or
     more threads are blocked on the condition variable. If no threads
     are waiting on the condition variable, nothing happens. The change
     also eliminates the thundering-herd problem of the manual-reset
     event, which (theoretically) wakes up all threads waiting on. Now
     the behavior of the CV's should be the same on Unix and win32
     platforms. PR 42305.  [Davi Arnaut]
"

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10334 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-11 18:35:48 +00:00
Anthony Minessale
853ecf075b add patch to fix leak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10044 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 15:47:45 +00:00
Michael Jerris
4b89516bce hack for now until we ditch apr dso code completely
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-20 00:05:00 +00:00
Anthony Minessale
fd4a3d5515 prevent endless loop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8754 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-04 17:53:33 +00:00
Michael Jerris
673ce5afba msvc 9 build tweak.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6626 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 09:52:42 +00:00
Michael Jerris
ac729c3020 start adding solaris suncc 64 bit support native in the build system
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-15 20:07:34 +00:00
Brian West
6528728611 fix sendfile for 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6185 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-08 13:45:57 +00:00
Brian West
de6fc7a06a small fix to apr for OS X 10.5 for sendfile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-31 16:12:01 +00:00
Michael Jerris
4bf309fa4e remove a generated file, add libcurl.m4 back. this will require a fresh bootstrap and configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-11 05:36:29 +00:00
Anthony Minessale
b378d35534 merge 2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-07 02:10:17 +00:00
Michael Jerris
dc205ae219 clean up the bootstrap warnings. you will need to re-run bootstrap and re-configure (or at least run the libs/apr-util/buildconf) and configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-21 21:14:31 +00:00
Michael Jerris
1317571e6d correct which files are autogenerated by autoheader and which are not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4701 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 22:50:57 +00:00
Michael Jerris
8bdbdfef95 remove more generated files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4678 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-20 06:51:36 +00:00
Anthony Minessale
aa0621e2b5 fix occasional missing -ldl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4672 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 23:49:56 +00:00
Michael Jerris
cc384fb515 removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-19 19:26:25 +00:00
Michael Jerris
4fcdb2c057 add .update files to the libs that we can use to force rebuilds of libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-16 21:22:04 +00:00
Michael Jerris
5312a255a2 update in tree generated files. THe whole tree now cleanly bootstraps.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4547 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 12:30:24 +00:00
Michael Jerris
cf9d0f9d7e changes from stkn.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4529 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 09:26:17 +00:00
Michael Jerris
8f7f8a4531 fix pic flags and some typos. Core now builds all static
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4526 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 08:33:49 +00:00
Michael Jerris
0cb629b45f git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4522 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-03-11 07:06:37 +00:00
Michael Jerris
cd7cf25653 try a little harder to find APR_MAX_PATH.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4515 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 05:59:28 +00:00
Michael Jerris
0488a5109a add apr to in tree libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-19 19:58:23 +00:00