[openwrt/openwrt] libselinux: fix Makefile style
LEDE Commits
lede-commits at lists.infradead.org
Thu Aug 13 21:44:03 EDT 2020
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bda1c127cc2cf9abec85609af6da1840195d5e9b
commit bda1c127cc2cf9abec85609af6da1840195d5e9b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Aug 14 02:41:39 2020 +0100
libselinux: fix Makefile style
Also fix line order in libselinux Makefile.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/libs/libselinux/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 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
More information about the lede-commits
mailing list