]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes for OS X 72/572/1
authorDavid M. Lee <dlee@respoke.io>
Tue, 2 Jun 2015 20:07:08 +0000 (15:07 -0500)
committerDavid M. Lee <dlee@respoke.io>
Tue, 2 Jun 2015 21:27:51 +0000 (16:27 -0500)
commitd908272b7e03d8b5002e4d3d83bcf8725c57afdd
tree19d37306498f42f4c31cf9fdee2d11664ad32320
parentbc70904c053ccc3c14d2b2f87ee81b5e8ffadbbb
Fixes for OS X

 * Add some type casting so tv_usec can really be a long, instead of
   some strange platform specific type.

 * Add some .dylib style files to .gitignore.

 * Switch from using -Xlinker to -Wl,. For [reasons unknown][], newer
   versions of GCC, when compiling the Homebrew formula for Asterisk,
   are not properly passing the -Xlinker options to the linker. Given
   that -Wl, does exactly the [same thing][], and does it properly, this
   patch changes the -Xlinker options to use -Wl, instead.

 [reasons unknown]: http://bit.ly/1SUbEYx
 [same thing]: https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html

Change-Id: Id5e6b3c6cc86282ea5fca630dc3991137c5bf4dd
Makefile
codecs/gsm/Makefile
main/.gitignore
main/Makefile
res/res_pjsip/pjsip_options.c
utils/.gitignore