summaryrefslogtreecommitdiff
path: root/package/zlib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-19 10:49:16 +0200
commit73845efa3c8dc5dc0208bd3735e754fcae40372f (patch)
tree3f78c1c969c34d63c283461667b1dd2fd069c652 /package/zlib
parent84b456a46a4cf7ba280e429e31d8fea8f175d995 (diff)
set uname to linux
Diffstat (limited to 'package/zlib')
-rw-r--r--package/zlib/Makefile1
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" \