diff options
author | Abdoulaye Walsimou Gaye <awg@embtoolkit.org> | 2012-03-04 13:11:09 +0100 |
---|---|---|
committer | Abdoulaye Walsimou Gaye <awg@embtoolkit.org> | 2012-03-04 13:11:09 +0100 |
commit | ec7c17d34172d7e0b20f5992cbaa28806504ca16 (patch) | |
tree | d980dc75af17eaa74a258255366e32c87f4f9558 | |
parent | 55efe95e641bb4b2b24a67fcfc961f16088bde16 (diff) | |
download | embtoolkit-0.1.0-rc16.tar.gz embtoolkit-0.1.0-rc16.tar.bz2 embtoolkit-0.1.0-rc16.tar.xz |
packages: zlib host: revert install static library - there is a bug zlib Makefilesembtoolkit-0.1.0-rc16
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r-- | mk/zlib_host.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/zlib_host.mk b/mk/zlib_host.mk index c16e81e..a243f18 100644 --- a/mk/zlib_host.mk +++ b/mk/zlib_host.mk @@ -31,7 +31,6 @@ ZLIB_HOST_SRC_DIR := $(TOOLS_BUILD)/zlib-$(ZLIB_HOST_VERSION) ZLIB_HOST_BUILD_DIR := $(TOOLS_BUILD)/zlib-$(ZLIB_HOST_VERSION) ZLIB_HOST_CONFIGURE_ENV := CC=$(HOSTCC_CACHED) -ZLIB_HOST_CONFIGURE_OPTS := --static zlib_host_install: $(call embtk_makeinstall_hostpkg,zlib_host) |