diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:49:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:49:16 +0200 |
commit | 73845efa3c8dc5dc0208bd3735e754fcae40372f (patch) | |
tree | 3f78c1c969c34d63c283461667b1dd2fd069c652 /package/zlib/Makefile | |
parent | 84b456a46a4cf7ba280e429e31d8fea8f175d995 (diff) |
set uname to linux
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 e58fadffd..7d486a8b7 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -40,6 +40,7 @@ endif do-configure: (cd $(WRKBUILD); $(COPTS) \ + uname="Linux" \ CFLAGS="$(TARGET_CFLAGS) -fPIC" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ |