diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-08-14 02:41:39 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-14 02:43:31 +0100 |
commit | bda1c127cc2cf9abec85609af6da1840195d5e9b (patch) | |
tree | a535fa34996ae964b4a11ca88d8933deb17a0a8c /package/libs/libselinux/Makefile | |
parent | 01331601778d5d98f3b7231b6402c773cbee429c (diff) | |
download | upstream-bda1c127cc2cf9abec85609af6da1840195d5e9b.tar.gz upstream-bda1c127cc2cf9abec85609af6da1840195d5e9b.tar.bz2 upstream-bda1c127cc2cf9abec85609af6da1840195d5e9b.zip |
libselinux: fix Makefile style
Also fix line order in libselinux Makefile.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/libs/libselinux/Makefile')
-rw-r--r-- | package/libs/libselinux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile index aea1e49e5c..9270e88a04 100644 --- a/package/libs/libselinux/Makefile +++ b/package/libs/libselinux/Makefile @@ -17,6 +17,7 @@ HOST_BUILD_DEPENDS:=libsepol/host pcre/host PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk define Package/libselinux SECTION:=libs @@ -36,7 +37,6 @@ define Package/libselinux/description older version supported by the kernel) when loading policy. endef -include $(INCLUDE_DIR)/host-build.mk # Needed to link libselinux utilities, which link against # libselinux.so, which indirectly depends on libpcre.so, installed in |