diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-08-14 02:40:47 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-14 02:42:25 +0100 |
commit | 01331601778d5d98f3b7231b6402c773cbee429c (patch) | |
tree | 9b4cd77d36c8702b1033ed633ae03ceb9612c389 /package | |
parent | 4469e45f60842c8bc601b4c5b68b10d6aa74334d (diff) | |
download | upstream-01331601778d5d98f3b7231b6402c773cbee429c.tar.gz upstream-01331601778d5d98f3b7231b6402c773cbee429c.tar.bz2 upstream-01331601778d5d98f3b7231b6402c773cbee429c.zip |
libsepol: fix Makefile style
Fix line ordering (cosmetic).
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libsepol/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile index 5309523659..2a6bd46ad0 100644 --- a/package/libs/libsepol/Makefile +++ b/package/libs/libsepol/Makefile @@ -16,6 +16,7 @@ PKG_HASH:=ae6778d01443fdd38cd30eeee846494e19f4d407b09872580372f4aa4bf8a3cc PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk define Package/libsepol SECTION:=libs @@ -27,9 +28,7 @@ endef define Package/libsepol/description Libsepol is the binary policy manipulation library. It doesn't depend upon or use any of the other SELinux components. -endef #' - -include $(INCLUDE_DIR)/host-build.mk +endef HOST_MAKE_FLAGS += \ PREFIX=$(STAGING_DIR_HOSTPKG) \ |