Remove the '--disable-static' in the EXTRA_OECONF for all rust-like recipes

This commit is contained in:
Derek Straka
2016-02-19 10:34:00 -05:00
parent c4a3f15a8c
commit 94daa39193
+2
View File
@@ -82,3 +82,5 @@ HOST_LDFLAGS ?= "${LDFLAGS}"
HOST_CFLAGS ?= "${CFLAGS}" HOST_CFLAGS ?= "${CFLAGS}"
HOST_CXXFLAGS ?= "${CXXFLAGS}" HOST_CXXFLAGS ?= "${CXXFLAGS}"
HOST_CPPFLAGS ?= "${CPPFLAGS}" HOST_CPPFLAGS ?= "${CPPFLAGS}"
EXTRA_OECONF_remove = "--disable-static"