diff options
author | wbx <wbx@openadk.org> | 2011-04-29 18:09:11 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-29 18:09:11 +0200 |
commit | ed5d1f8b7bfb0015e22dbc95f01a253a81b81f36 (patch) | |
tree | 0f0020fa0eb348a1bbbd044b7733c3e8e242e146 /package/zlib | |
parent | 7cc2a1778bdea47e6737ed6109fc88e32253a41b (diff) | |
parent | fb5986b361eae7893a57e92ec0a4f820b89bc527 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/zlib')
-rw-r--r-- | package/zlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 24b7d3b11..c94c0dcf3 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -38,6 +38,8 @@ ifeq ($(ADK_STATIC),) CONFIGURE_OPTS:= --shared endif +ALL_TARGET:= libz.a libz.so.1.2.5 + do-configure: (cd $(WRKBUILD); $(COPTS) \ uname="Linux" \ @@ -49,7 +51,7 @@ do-configure: $(CONFIGURE_OPTS) \ ); -zlib-install: +post-install: ${INSTALL_DIR} ${IDIR_ZLIB}/usr/lib ${CP} ${WRKBUILD}/libz.so* ${IDIR_ZLIB}/usr/lib |