diff options
author | Mike Frysinger | 2006-08-28 23:24:38 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-08-28 23:24:38 +0000 |
commit | 6ce8dae1d5a201156a83201de6c49cdcc4c8df3e (patch) | |
tree | acdf1c83d6c21db82bd5f59557be4b84adae161a | |
parent | 99b706858b4f9d4b7613014e8596946874809643 (diff) | |
download | busybox-6ce8dae1d5a201156a83201de6c49cdcc4c8df3e.zip busybox-6ce8dae1d5a201156a83201de6c49cdcc4c8df3e.tar.gz |
need libsepol in addtion to libselinux
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) endif ifeq ($(strip $(CONFIG_SELINUX)),y) - LIBRARIES += -lselinux + LIBRARIES += -lselinux -lsepol endif ifeq ($(strip $(PREFIX)),) |