projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0133160
)
libselinux: fix Makefile style
author
Daniel Golle
<
[email protected]
>
Fri, 14 Aug 2020 01:41:39 +0000
(
02:41
+0100)
committer
Daniel Golle
<
[email protected]
>
Fri, 14 Aug 2020 01:43:31 +0000
(
02:43
+0100)
Also fix line order in libselinux Makefile.
Signed-off-by: Daniel Golle <
[email protected]
>
package/libs/libselinux/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libselinux/Makefile
b/package/libs/libselinux/Makefile
index aea1e49e5cb1abf544a254c668d1c790dfa70eb2..9270e88a048ecac3e064904bba2b3abc8e0a82d2 100644
(file)
--- 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 <
[email protected]
>
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