commit | 15f27407332268104a411241be33f0cc2c4af2e0 | [log] [tgz] |
---|---|---|
author | Jason Zaman <[email protected]> | Tue Jun 20 23:16:41 2017 +0800 |
committer | Stephen Smalley <[email protected]> | Tue Jun 20 12:15:04 2017 -0400 |
tree | 7cd439c1efbdada859feb274fbe2e5d13af1d074 | |
parent | 34dc7bcc313b49acb6b296665987360b6a0f2224 [diff] |
Makefiles: override *FLAGS and *LIBS There were several places in the makefiles where LDLIBS or CFLAGS were supposed to include options to build. They were missing the override keyword so would be skipped if these vars were set on the make cmdline. Add the override directive to fix this. Signed-off-by: Jason Zaman <[email protected]>