|
@@ -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)
|
|
|
|