diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2012-10-20 15:01:26 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-20 15:30:25 -0400 |
| commit | b1cec5003b73080a8aa7ea277621bf1c71c3e8d6 (patch) | |
| tree | 011819413511c524dea302edb8ab54349f79b23d /Makefile | |
| parent | 246ea72843d5b7e9d4cd902dc5e9d71359196303 (diff) | |
build system: use pkg-config to look up selinux libs1_20_stable
Newer versions of libselinux has started linking against more libs.
Rather than continuing hardcoding things, switch to using pkg-config
to query for its dependencies.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -297,6 +297,7 @@ NM = $(CROSS_COMPILE)nm STRIP = $(CROSS_COMPILE)strip OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump +PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config AWK = awk GENKSYMS = scripts/genksyms/genksyms DEPMOD = /sbin/depmod |
