package/{skalibs, execline, s6*, mdevd}: root prefix
The skaware packages are frequently used as the init system and service management for machines. Therefore it is more logical to install these packages to the root prefix. Signed-off-by: Dick Olsson <hi@senzilla.io> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
67d19f6014
commit
ac9e253f2f
@ -12,11 +12,11 @@ EXECLINE_INSTALL_STAGING = YES
|
||||
EXECLINE_DEPENDENCIES = skalibs
|
||||
|
||||
EXECLINE_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/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -12,11 +12,11 @@ MDEVD_INSTALL_STAGING = YES
|
||||
MDEVD_DEPENDENCIES = skalibs
|
||||
|
||||
MDEVD_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/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -12,11 +12,11 @@ S6_DNS_INSTALL_STAGING = YES
|
||||
S6_DNS_DEPENDENCIES = skalibs
|
||||
|
||||
S6_DNS_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/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -11,13 +11,13 @@ S6_LINUX_INIT_LICENSE_FILES = COPYING
|
||||
S6_LINUX_INIT_DEPENDENCIES = s6 s6-linux-utils s6-portable-utils
|
||||
|
||||
S6_LINUX_INIT_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/s6 \
|
||||
--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/s6 \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -11,11 +11,11 @@ S6_LINUX_UTILS_LICENSE_FILES = COPYING
|
||||
S6_LINUX_UTILS_DEPENDENCIES = skalibs
|
||||
|
||||
S6_LINUX_UTILS_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/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -12,14 +12,14 @@ S6_NETWORKING_INSTALL_STAGING = YES
|
||||
S6_NETWORKING_DEPENDENCIES = s6-dns s6
|
||||
|
||||
S6_NETWORKING_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/s6 \
|
||||
--with-lib=$(STAGING_DIR)/usr/lib/s6-dns \
|
||||
--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/s6 \
|
||||
--with-lib=$(STAGING_DIR)/lib/s6-dns \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -11,11 +11,11 @@ S6_PORTABLE_UTILS_LICENSE_FILES = COPYING
|
||||
S6_PORTABLE_UTILS_DEPENDENCIES = skalibs
|
||||
|
||||
S6_PORTABLE_UTILS_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/skalibs \
|
||||
--prefix=/ \
|
||||
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
|
||||
--with-include=$(STAGING_DIR)/include \
|
||||
--with-dynlib=$(STAGING_DIR)/lib \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -12,13 +12,13 @@ S6_RC_INSTALL_STAGING = YES
|
||||
S6_RC_DEPENDENCIES = s6
|
||||
|
||||
S6_RC_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/s6 \
|
||||
--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/s6 \
|
||||
--with-lib=$(STAGING_DIR)/lib/skalibs \
|
||||
$(if $(BR2_STATIC_LIBS),,--disable-allstatic) \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -11,7 +11,7 @@ SKALIBS_LICENSE_FILES = COPYING
|
||||
SKALIBS_INSTALL_STAGING = YES
|
||||
|
||||
SKALIBS_CONF_OPTS = \
|
||||
--prefix=/usr \
|
||||
--prefix=/ \
|
||||
--with-default-path=/sbin:/usr/sbin:/bin:/usr/bin \
|
||||
--with-sysdep-devurandom=yes \
|
||||
$(SHARED_STATIC_LIBS_OPTS)
|
||||
|
Loading…
Reference in New Issue
Block a user