[PATCH v2] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
The current template mistakenly treats a MACOSX_DEPLOYMENT_TARGET value of "10.10" as "10.1" followed by junk. Thinking that the build is targeting 10.1 Puma instead of 10.10 Yosemite, it tells the linker to ignore undefined symbols instead of dynamically resolving them. This can cause runtime cras

[PATCH] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
The current template mistakenly treats a MACOSX_DEPLOYMENT_TARGET value of "10.10" as "10.1" followed by junk. Thinking that the build is targeteting 10.1 Puma instead of 10.10 Yosemite, it tells the linker to ignore undefined symbols instead of dynamically resolving them. This can cause runtime cr

[PATCH v2] m4: Fix interpretation of MACOSX_DEPLOYMENT_TARGET

2014-09-13 Thread Lawrence Velázquez
The current template mistakenly treats a MACOSX_DEPLOYMENT_TARGET value of "10.10" as "10.1" followed by junk. Thinking that the build is targeting 10.1 Puma instead of 10.10 Yosemite, it tells the linker to ignore undefined symbols instead of dynamically resolving them. This can cause runtime cras