[Asterisk-code-review] Detect and use proper libraries for musl toolchains (asterisk[master])

Timo Teräs asteriskteam at digium.com
Fri Jun 3 10:12:03 CDT 2016


Timo Teräs has posted comments on this change.

Change subject: Detect and use proper libraries for musl toolchains
......................................................................


Patch Set 1:

Did not realize it's also kept in git. I noticed that when I do bootstrap.sh I get slightly different configure. Notably, in five places I get:
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))

I wonder if this is just autotools version related or something in my header. Is this ok? Or could someone else with valid autotools installation regen the configure script for this change?

-- 
To view, visit https://gerrit.asterisk.org/2938
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8d9b212f70813404b82918a3f99439e500d4bfcb
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Timo Teräs <timo.teras at iki.fi>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Timo Teräs <timo.teras at iki.fi>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list