diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 17:55:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-16 17:55:08 +0200 |
commit | 61355d1f054c15673adeb62d32dfd4563f89c165 (patch) | |
tree | 7514f5115d00b33c16fc6a4812549ea12ab4512e /package/zlib/Makefile | |
parent | 50ffd7421f99658e4bc12b99d2d1b870e18f987e (diff) | |
parent | 9588a89158a9a4be899f82295ab851acfda55bf7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/zlib/Makefile')
-rw-r--r-- | package/zlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index ed7000c15..4e316fe5a 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -31,6 +31,7 @@ SUB_INSTALLS-m:= SUB_INSTALLS-${ADK_PACKAGE_ZLIB_DEV}+= zlib-dev-install CONFIG_STYLE:= manual +CONFIGURE_ENV+= uname=Linux ifeq ($(ADK_NATIVE),) COPTS:= $(TARGET_CONFIGURE_OPTS) |