buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/file: reorganise variables in a more logical fashion
@ 2022-01-08 21:48 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2022-01-08 21:48 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=99adfe6750fbe7485a90473cccae0f37cbe14d83
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/file/file.mk | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/file/file.mk b/package/file/file.mk
index 62cec4b2c9..b7e833e834 100644
--- a/package/file/file.mk
+++ b/package/file/file.mk
@@ -6,15 +6,17 @@
 
 FILE_VERSION = 5.41
 FILE_SITE = ftp://ftp.astron.com/pub/file
-FILE_DEPENDENCIES = host-file
-HOST_FILE_DEPENDENCIES = host-zlib
-FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
-HOST_FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
-FILE_INSTALL_STAGING = YES
 FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
 FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
 FILE_CPE_ID_VENDOR = file_project
+
+FILE_DEPENDENCIES = host-file
+FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+FILE_INSTALL_STAGING = YES
+
+HOST_FILE_DEPENDENCIES = host-zlib
 HOST_FILE_CONF_OPTS = --disable-libseccomp
+HOST_FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 
 ifeq ($(BR2_PACKAGE_BZIP2),y)
 FILE_CONF_OPTS += --enable-bzlib
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-08 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 21:48 [Buildroot] [git commit] package/file: reorganise variables in a more logical fashion Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).