|
@@ -86,6 +86,7 @@ define $(2)_CONFIGURE_CMDS
|
|
--default-library=$(if $(BR2_STATIC_LIBS),static,shared) \
|
|
--default-library=$(if $(BR2_STATIC_LIBS),static,shared) \
|
|
--buildtype=$(if $(BR2_ENABLE_DEBUG),debug,release) \
|
|
--buildtype=$(if $(BR2_ENABLE_DEBUG),debug,release) \
|
|
--cross-file=$$($$(PKG)_SRCDIR)/build/cross-compilation.conf \
|
|
--cross-file=$$($$(PKG)_SRCDIR)/build/cross-compilation.conf \
|
|
|
|
+ -Dstrip=false \
|
|
$$($$(PKG)_CONF_OPTS) \
|
|
$$($$(PKG)_CONF_OPTS) \
|
|
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
|
|
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
|
|
endef
|
|
endef
|
|
@@ -103,6 +104,7 @@ define $(2)_CONFIGURE_CMDS
|
|
--localstatedir=$$(HOST_DIR)/var \
|
|
--localstatedir=$$(HOST_DIR)/var \
|
|
--default-library=shared \
|
|
--default-library=shared \
|
|
--buildtype=release \
|
|
--buildtype=release \
|
|
|
|
+ -Dstrip=true \
|
|
$$($$(PKG)_CONF_OPTS) \
|
|
$$($$(PKG)_CONF_OPTS) \
|
|
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
|
|
$$($$(PKG)_SRCDIR) $$($$(PKG)_SRCDIR)/build
|
|
endef
|
|
endef
|