mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
S6_VERSION = 2.9.0.1
|
||||
S6_VERSION = 2.10.0.3
|
||||
S6_SITE = http://skarnet.org/software/s6
|
||||
S6_LICENSE = ISC
|
||||
S6_LICENSE_FILES = COPYING
|
||||
@@ -12,12 +12,12 @@ S6_INSTALL_STAGING = YES
|
||||
S6_DEPENDENCIES = execline
|
||||
|
||||
S6_CONF_OPTS = \
|
||||
--prefix=/usr \
|
||||
--with-sysdeps=$(STAGING_DIR)/usr/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/usr/include \
|
||||
--with-dynlib=$(STAGING_DIR)/usr/lib \
|
||||
--with-lib=$(STAGING_DIR)/usr/lib/execline \
|
||||
--with-lib=$(STAGING_DIR)/usr/lib/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/execline \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user