|
@@ -64,10 +64,9 @@ else
|
|
ERLANG_CONF_OPTS += --without-odbc
|
|
ERLANG_CONF_OPTS += --without-odbc
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_ZLIB),y)
|
|
|
|
|
|
+# Always use Buildroot's zlib
|
|
ERLANG_CONF_OPTS += --enable-shared-zlib
|
|
ERLANG_CONF_OPTS += --enable-shared-zlib
|
|
ERLANG_DEPENDENCIES += zlib
|
|
ERLANG_DEPENDENCIES += zlib
|
|
-endif
|
|
|
|
|
|
|
|
# Remove source, example, gs and wx files from staging and target.
|
|
# Remove source, example, gs and wx files from staging and target.
|
|
ERLANG_REMOVE_PACKAGES = gs wx
|
|
ERLANG_REMOVE_PACKAGES = gs wx
|