summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2015-06-02 15:07:08 -0500
committerDavid M. Lee <dlee@respoke.io>2015-06-02 16:27:51 -0500
commitd908272b7e03d8b5002e4d3d83bcf8725c57afdd (patch)
tree19d37306498f42f4c31cf9fdee2d11664ad32320 /utils
parentbc70904c053ccc3c14d2b2f87ee81b5e8ffadbbb (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore
index ed37a064c..8e95c8df8 100644
--- a/utils/.gitignore
+++ b/utils/.gitignore
@@ -9,6 +9,7 @@ astdb2bdb
astdb2sqlite3
check_expr
check_expr2
+check_expr2.dSYM/
conf2ael
db1-ast/libdb1.a
hashtab.c