]> Kevux Git Server - fll/commit
Bugfix: fix order of library linkage for firewall build settings
authorKevin Day <thekevinday@gmail.com>
Fri, 9 Jan 2015 00:55:55 +0000 (18:55 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 9 Jan 2015 00:55:55 +0000 (18:55 -0600)
commit306e64fbbe06646ea982cd21d851bae9ac0f056a
tree2486b986a935655bf4ac351965cf04fae806e927
parent67ff91b073cb0da8cc81122abf432a3ef4d051bd
Bugfix: fix order of library linkage for firewall build settings

The ar command is sensitive to the order in which libraries are added.
Prior to this change, building a static library could have dependencies used before they are defined due to the order in which libraries were added.
Change the order so that libraries are to the right of their dependencies in the command line argument order
level_3/firewall/data/build/settings