projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4469e45
)
libsepol: fix Makefile style
author
Daniel Golle
<
[email protected]
>
Fri, 14 Aug 2020 01:40:47 +0000
(
02:40
+0100)
committer
Daniel Golle
<
[email protected]
>
Fri, 14 Aug 2020 01:42:25 +0000
(
02:42
+0100)
Fix line ordering (cosmetic).
Signed-off-by: Daniel Golle <
[email protected]
>
package/libs/libsepol/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libsepol/Makefile
b/package/libs/libsepol/Makefile
index 53095236590d65f41eb18c15db7241f1f1e829a3..2a6bd46ad0a10b2cc9f7995c67216eb2ef64ef78 100644
(file)
--- a/
package/libs/libsepol/Makefile
+++ b/
package/libs/libsepol/Makefile
@@
-16,6
+16,7
@@
PKG_HASH:=ae6778d01443fdd38cd30eeee846494e19f4d407b09872580372f4aa4bf8a3cc
PKG_MAINTAINER:=Thomas Petazzoni <
[email protected]
>
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) \