mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/libsemanage: reformat HOST_LIBSEMANAGE_DEPENDENCIES
Use a more common formatting for HOST_LIBSEMANAGE_DEPENDENCIES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
5d13b7a64d
commit
af59564e26
@@ -25,8 +25,13 @@ define LIBSEMANAGE_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LIBSEMANAGE_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
HOST_LIBSEMANAGE_DEPENDENCIES = host-bison host-audit host-libsepol host-libselinux \
|
||||
host-bzip2 host-swig
|
||||
HOST_LIBSEMANAGE_DEPENDENCIES = \
|
||||
host-bison \
|
||||
host-audit \
|
||||
host-libsepol \
|
||||
host-libselinux \
|
||||
host-bzip2 \
|
||||
host-swig
|
||||
|
||||
HOST_LIBSEMANAGE_MAKE_OPTS += \
|
||||
$(HOST_CONFIGURE_OPTS) \
|
||||
|
||||
Reference in New Issue
Block a user