fcb5d5cc721187b3e3a19b44155d5b824d7be7e6 |
|
24-Apr-2017 |
Jason Zaman <jason@perfinion.com> |
Makefiles: drop -L/-I to system paths The toolchain automatically handles them and they break cross compiling. LDFLAGS should also come before object files, some flags (eg, -Wl,as-needed) can break things if they are in the wrong place) Gentoo-Bug: https://bugs.gentoo.org/500674 Signed-off-by: Jason Zaman <jason@perfinion.com>
/external/selinux/semodule-utils/semodule_deps/Makefile
|
dcd135cc06abd8cd662d2d7a896e368f09380dd2 |
|
14-Jan-2017 |
Nicolas Iooss <nicolas.iooss@m4x.org> |
Re-link programs after libsepol.a is updated After libsepol is modified (for example while developing new features or fixing bugs), running "make install" in the top-level directory does not update the programs which use libsepol.a. Add this static library to the target dependencies in order to force their updates. This makes "make" use libsepol.a in the linking command without using LDLIBS. While at it, copy what commit 14d706434846 ("libselinux: Allow overriding libsepol.a location during build") introduced in libselinux Makefile by using a new LIBSEPOLA variable in all Makefiles. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/semodule-utils/semodule_deps/Makefile
|
c9c97d6e8bace621b8d91c1f5fb1e321f8d4c326 |
|
31-Oct-2016 |
Stephen Smalley <sds@tycho.nsa.gov> |
Move policycoreutils/semodule_{deps,expand,link} to semodule-utils. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/selinux/semodule-utils/semodule_deps/Makefile
|